#
0f929ac1 |
| 04-Sep-2019 |
cheloha <cheloha@openbsd.org> |
Remove DST/TIMEZONE options(4) from kernel configs; ok jca@ deraadt@
|
#
fb1fb638 |
| 28-Dec-2018 |
kettenis <kettenis@openbsd.org> |
Fix dino at uturn attachment. From miod@
|
#
8c835ac3 |
| 20-Sep-2018 |
deraadt <deraadt@openbsd.org> |
grow alpha and hppa media to accomodate some recent growth
|
#
51f66ac7 |
| 14-May-2018 |
kettenis <kettenis@openbsd.org> |
Relax the way irqs are assigned. This diff does: - dynamic allocation of interrupts for dino(4) and gsc(4) - only mention irq locators for devices which use interrupts. - for gsc(4), this actually p
Relax the way irqs are assigned. This diff does: - dynamic allocation of interrupts for dino(4) and gsc(4) - only mention irq locators for devices which use interrupts. - for gsc(4), this actually postpones interrupt allocation until gsc(4) attaches, so asp(4)/lasi(4)/wax(4) won't route the interrupt yet, but the gsc(4) child will take care of this. - remove the irq locator for the drivers which do not need a fixed assignment. siop and moongoose could benefit from this but don't work at the moment so this is left as an exercize to future kernel hackers. A side effect from this is that we do not need multiple sti(4) attachment lines, so PCI sti(4) devices will now attach as sti0 rather than sti2.
With this diff, multiple dino(4) devices attached to the same parent will use different interrupt sources, and more than two dino(4) devices can attach.
Tested on 715/75 (old-gen using asp), 715/100/XC (new-gen using lasi), B132L+, B180L, C240, B2000, C3650.
From miod@
show more ...
|
#
a788a923 |
| 30-Dec-2016 |
deraadt <deraadt@openbsd.org> |
Increase space for ramdisk inserts to match ftp(1) https growth.
|
#
d914b99e |
| 28-Jun-2016 |
jmatthew <jmatthew@openbsd.org> |
enable ure(4) where we already have url(4)
|
#
912f27dc |
| 17-Jul-2015 |
tedu <tedu@openbsd.org> |
remove obsolete INET kernel option
|
#
0499a7f2 |
| 24-Nov-2014 |
brad <brad@openbsd.org> |
use the correct capitalization for Realtek.
|
#
a0efcc57 |
| 10-Oct-2014 |
deraadt <deraadt@openbsd.org> |
Significant unification of RAMDISK* config files, making them diffable. This makes it easier to remove components not required to do an install, and subsequently add other desireable components ... I
Significant unification of RAMDISK* config files, making them diffable. This makes it easier to remove components not required to do an install, and subsequently add other desireable components ... In snapshots (in various forks) for about a week. Do some upgrades and installs, please.
show more ...
|
#
316fc959 |
| 01-Oct-2014 |
deraadt <deraadt@openbsd.org> |
all ramdisks should use SMALL_KERNEL and NO_PROPOLICE. basically, all RAMDISK kernels have reduced functionality compared to GENERIC. which kind of sucks but so it is. At least if we are going to
all ramdisks should use SMALL_KERNEL and NO_PROPOLICE. basically, all RAMDISK kernels have reduced functionality compared to GENERIC. which kind of sucks but so it is. At least if we are going to reduce functionality, reduce it in the same way on all architectures, because that makes our debugging burden less (the margin is too narrow for me to prove this)
show more ...
|
#
aaa02fa8 |
| 30-Sep-2014 |
brad <brad@openbsd.org> |
Add the QLogic SCSI/FC drivers.
ok miod@
|
#
e77f1d66 |
| 12-Jul-2014 |
tedu <tedu@openbsd.org> |
"Dr. Jones. Again we see there is nothing you can possess which I cannot take away."
remove uyap. no effect except on hppa where it was strangely enabled.
|
#
b12d90b3 |
| 08-Apr-2014 |
brad <brad@openbsd.org> |
Add rgephy(4) for axe(4) and axen(4).
|
#
626e332e |
| 07-Apr-2014 |
brad <brad@openbsd.org> |
Add axen(4) wherever axe(4) is.
ok mpi@ yuo@
|
#
e737cace |
| 15-Nov-2013 |
sasano <sasano@openbsd.org> |
Added dev/usb/if_ugl.c, a driver for Genesys Logic GL620USB-A USB host-to-host link cable. This driver is derived from upl(4).
|
#
1140c0b6 |
| 29-Oct-2013 |
deraadt <deraadt@openbsd.org> |
fpa went away
|
#
24f4e310 |
| 20-Aug-2013 |
ajacoutot <ajacoutot@openbsd.org> |
Remove uscanner(4). It was disabled in GENERIC more than 2.5 years ago. No regression has been reported since libusb became the prefered solution to work with USB scanners.
req. by mpi@ ok ian@ mpi@
Remove uscanner(4). It was disabled in GENERIC more than 2.5 years ago. No regression has been reported since libusb became the prefered solution to work with USB scanners.
req. by mpi@ ok ian@ mpi@ miod@
show more ...
|
#
f5695662 |
| 09-Mar-2013 |
deraadt <deraadt@openbsd.org> |
turn off debug features we do not need
|
#
46d46671 |
| 27-Sep-2012 |
jsg <jsg@openbsd.org> |
enable smsc
|
#
49263df1 |
| 06-Oct-2011 |
deraadt <deraadt@openbsd.org> |
ccd goes to the attic discussed with jsing and millert
|
#
286a3a9c |
| 29-Jun-2011 |
matthew <matthew@openbsd.org> |
Replace all instances of "scsibus* at hba?" with a single "scsibus* at scsi?" rule, similar to how ethernet PHY drivers attach at mii.
Discussed on icb.
|
#
e6c4a397 |
| 24-May-2011 |
matthew <matthew@openbsd.org> |
On OpenBSD, we've always attached scsibus(4) to umass(4), even for ATAPI devices. atapiscsi(4) is only for handling ATAPI devices on an ATA bus, so umass(4) shouldn't care about it.
ok krw@, dlg@;
On OpenBSD, we've always attached scsibus(4) to umass(4), even for ATAPI devices. atapiscsi(4) is only for handling ATAPI devices on an ATA bus, so umass(4) shouldn't care about it.
ok krw@, dlg@; no objections from deraadt@
show more ...
|
#
b7e35df4 |
| 17-Feb-2011 |
miod <miod@openbsd.org> |
Disable sbt and ubt devices. The bluetooth code will sometimes sleep while holding locks, this is not allowed, and nobody has stepped up to fix this, so better not lure people into using bluetooth de
Disable sbt and ubt devices. The bluetooth code will sometimes sleep while holding locks, this is not allowed, and nobody has stepped up to fix this, so better not lure people into using bluetooth devices.
show more ...
|
#
8e08b8a0 |
| 03-Jul-2010 |
krw <krw@openbsd.org> |
No more ss(4) or usscanner(4). Unused, unloved and unmaintained. General huzzahs.
"go for it" deraadt@
|
#
083ed433 |
| 24-Jun-2009 |
todd <todd@openbsd.org> |
enable softraid test built and booted by me ok marco@, deraadt@
|