summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* Enable sk(4) for ATLQ.mlaier2004-12-241-5/+7
* Loosen the probe a bit.sos2004-12-241-5/+9
* Update the Promise support for combo (SATA+PATA) controllers.sos2004-12-241-1/+6
* Add recognition of O2Micro 711M1.imp2004-12-232-0/+2
* Include fcntl.hphk2004-12-221-3/+4
* Include fcntl.hphk2004-12-221-2/+2
* Include fcntl.hphk2004-12-221-2/+2
* Include fcntl.hphk2004-12-221-2/+2
* Don't include vnode.h.phk2004-12-221-3/+2
* Don't include vnode.hphk2004-12-221-1/+0
* Include fcntl.h not vnode.h.phk2004-12-221-2/+3
* Check O_NONBLOCK not IO_NDELAY.phk2004-12-222-3/+1
* #include fcntl.h not vnode.h. Check O_NONBLOCK not IO_NDELAY.phk2004-12-221-2/+2
* #include of <sys/vnode.h> not necesary.phk2004-12-221-1/+0
* Start the dreaded NOFOO -> NO_FOO conversion.ru2004-12-212-2/+2
* GEOMify the OFW disk driver. Code taken unashamedly fromgrehan2004-12-211-147/+126
* Oops, this one isn't readyjulian2004-12-201-625/+87
* Add a bunch of USB definitions from NetBSD.julian2004-12-201-87/+625
* Merge in a bunch of USB device and manufacturer definitions..julian2004-12-201-75/+97
* Only use the current value if there's one IRQ. Some systems returnnjl2004-12-201-8/+8
* Only try to use the 82503 serial interface for the 82557 chipsets. Themux2004-12-201-2/+2
* Enable jumbo frames on Yukon variants of sk(4).bz2004-12-201-2/+9
* Only report a critical battery level once until it's gone non-critical.njl2004-12-201-3/+9
* Move launching the worker thread from a SYSINIT to the first device'snjl2004-12-191-4/+10
* Add support for FC929X, which apparently is just a PCI-X version of FC929.sobomax2004-12-181-0/+7
* Slight change to formatting so that 'ctags' doesn'tjulian2004-12-181-1/+3
* Add support for the 5721 which seems to be similar to the 5750/5751.ps2004-12-172-0/+3
* Diff reduce wi_write_wep() relative to revision 1.168mdodd2004-12-171-41/+38
* Recognize the 32-bit form of the twe binary passthrough ioctl()s so thatpeter2004-12-172-0/+59
* Fix wep operation for station mode:sam2004-12-171-4/+28
* set ic_ibss_chan when entering RUN state to match ic_bss so the channelsam2004-12-171-0/+1
* remove power save logic from the tx path; the driver isn't ready to supportsam2004-12-171-6/+0
* Add a missing prototype.julian2004-12-171-2/+1
* Allow /sys/dev/bktr to support Pinnacle PCTV Rave cardsjulian2004-12-164-17/+440
* Add some locking for -currnet/5.xjulian2004-12-161-0/+6
* Add a new flag to the atkbd(4) driver to disable testing the keyboardjhb2004-12-154-2/+6
* Fixed compilation warnings with option VGA_NO_MODE_CHANGE.ru2004-12-151-1/+3
* Add the PCI ID for the Adaptec 2230SLP card.scottl2004-12-151-0/+2
* Use the SYSCTL_ADD_OID macro, instead of directly calling sysctl_add_oid().ssouhlal2004-12-151-1/+1
* Like on the ath_rate_onoe component, make this compile on amd64. Convertpeter2004-12-151-2/+2
* Make this amd64-clean. sizeof is long on amd64, so things that do a printfpeter2004-12-152-5/+8
* Bring back ability to use FR support with sppp from Cronyx.rik2004-12-141-1/+1
* Add a callout to dump card status on command queue timeouts.mdodd2004-12-142-1/+48
* Modify ida_v3_done() to treat FIFO status of -1 as FIFO empty (0).mdodd2004-12-141-1/+7
* Reformat arguments bus_dma_tag_create().mdodd2004-12-142-21/+45
* Make LINT compile.phk2004-12-141-1/+1
* A bunch more whitespace and formatting diff reductions for NetBSD.julian2004-12-141-17/+19
* Don't abandon ship just because the number of companions doesn't seem correct.julian2004-12-141-3/+6
* Slightly reorganise part of the ohci_softintr() functionjulian2004-12-141-15/+26
* Small formatting change..julian2004-12-141-1/+1
OpenPOWER on IntegriCloud