aboutsummaryrefslogtreecommitdiff
path: root/sys/conf
Commit message (Expand)AuthorAgeFilesLines
* Add a new kernel option MUTEX_WAKE_ALL that changes the mutex unlock codeJohn Baldwin2004-04-061-0/+1
* Make led.c/led(4) standard so acpi_asus can use it too.Poul-Henning Kamp2004-04-031-1/+1
* Moved 3ware 9000 driver (twa) stuff from sys/conf/NOTES to /sys/i386/conf/NOTES.Vinod Kashyap2004-04-021-8/+0
* Fix style issues in twa lines added in rev 1.878.Dag-Erling Smørgrav2004-04-011-5/+5
* Comment out the au88x0 line which was inadvertantly included in theDag-Erling Smørgrav2004-04-011-1/+1
* Move twa from files.i386 to files. This unbreaks LINT on !i386.Dag-Erling Smørgrav2004-04-012-5/+6
* Back out 1.188 (major number for twa). The twa driver does not need it.Dag-Erling Smørgrav2004-04-011-1/+0
* Moved comments on 3ware 9000 series RAID controller driver options fromVinod Kashyap2004-03-312-3/+10
* Give in to the oblique nagging and move AAC and AHC/AHD comments out ofScott Long2004-03-312-42/+34
* Added options for 3ware 9000 series RAID controller driver (twa).Vinod Kashyap2004-03-301-0/+4
* Fixed a style bug in previous commit (misformatted comment). FixedBruce Evans2004-03-301-3/+4
* Initial check-in of the device driver for 3ware's 9000 seriesVinod Kashyap2004-03-301-0/+5
* Clean up the stub fake vnode locking implemenations. The main reason thisPeter Wemm2004-03-291-1/+2
* Remove "-frename-registers" option for sparc64 kernel builds. ThatKen Smith2004-03-291-1/+3
* Lets give -O2 kernels a try on sparc64.David E. O'Brien2004-03-251-1/+1
* Add an implementation of uiomove_fromphys() for PowerPC. ThisAlan Cox2004-03-231-0/+1
* if_ndis.c no longer depends on either pci or pccard. Also, add anBill Paul2004-03-221-1/+2
* Use ' rather than ".David E. O'Brien2004-03-221-1/+1
* MFi386: revision 1.480.Yoshihiro Takahashi2004-03-221-0/+1
* Add an implementation of uiomove_fromphys() to sparc64. ThisAlan Cox2004-03-221-0/+1
* Add an implementation of uiomove_fromphys() for i386. This implementationAlan Cox2004-03-211-0/+1
* Quote NM in case you need to force it to something with args.David E. O'Brien2004-03-211-1/+1
* Compile the kernel with -O2 on ia64 by default.Marcel Moolenaar2004-03-211-0/+2
* Don't make having ${DESTDIR}/boot/device.hints a prerequisite toMarcel Moolenaar2004-03-201-1/+7
* - Add uiomove_fromphys() implementations to alpha and ia64. These onlyAlan Cox2004-03-202-0/+2
* Introduce uiomove_fromphys(). This is a variant of uiomove() that takesAlan Cox2004-03-201-0/+1
* Introduce the hw.uart.console and hw.uart.dbgport environment variablesMarcel Moolenaar2004-03-201-0/+1
* Delete local junk in previous commit. Sorry.David E. O'Brien2004-03-191-6/+0
* Depend on rev 1.40.David E. O'Brien2004-03-191-2/+10
* Isolate PCB-specific ethertalk DDP functions in ddp_pcb.c, removing themRobert Watson2004-03-191-0/+1
* For AMD64, lets officially support a -O2 kernel build!David E. O'Brien2004-03-181-0/+2
* s/enable/enables/ in a commentChristian Brueffer2004-03-181-1/+1
* Remove RAIDFrame. It hasn't worked since GEOM replaced the old diskScott Long2004-03-163-70/+0
* Add arl(4): driver for Aironet Arlan 655 wireless adapters.Max Khon2004-03-151-0/+2
* Remove isa compat stuff.Warner Losh2004-03-144-6/+0
* The gsc driver uses the old COMPAT_ISA api. Retire it so we canWarner Losh2004-03-141-1/+0
* The rdp driver uses the COMPAT_OLD api. This is being retired, soWarner Losh2004-03-141-1/+0
* The spigot driver uses the old COMPAT_ISA interface. Retire it sinceWarner Losh2004-03-141-1/+0
* The le driver uses ISA_COMPAT, which is going away soon. Retire itWarner Losh2004-03-141-1/+0
* stl and stli use the old COMPAT_ISA api. slt also uses the really oldWarner Losh2004-03-142-4/+0
* Remove gp driver. It uses the old COMPAT_ISA shims.Warner Losh2004-03-141-1/+0
* Remove ctx driver. another scanner. This one uses COMPAT_ISA shimsWarner Losh2004-03-141-1/+0
* Remove asc driver, support for GI1904 based hand scanners. ThisWarner Losh2004-03-141-1/+0
* Remove wt driver. It still uses COMPAT_ISA_DRIVER which is going awayWarner Losh2004-03-141-1/+0
* Fix some style bugs in previous commit.Tom Rhodes2004-03-142-7/+6
* MFp4: comment out options that don't exist so that they cannot bePeter Wemm2004-03-131-8/+5
* This are the build infrastructure changes to allow to use theTom Rhodes2004-03-124-6/+61
* Add if_ndis_pci.c and if_ndis_pccard.c so that building the NDISulatorBill Paul2004-03-121-5/+8
* Link pf to the build and install:Max Laier2004-03-081-1/+11
* Add a netgraph node to handle ATM LLC encapsulation. This currently handlesBenno Rice2004-03-083-0/+3