summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Fix ISA only systems.sos2000-10-132-6/+16
* Get rid of the ivars entirely.sos2000-10-133-46/+60
* Only allow UDMA2 mode on SiS rev > 0xc1sos2000-10-131-8/+7
* Make changes required by change in how default and usable node and portmjacob2000-10-121-15/+3
* Redo how default Node and Port WWNs are determined (again!). This is somjacob2000-10-121-29/+66
* Change some default macro usages/definitions/requirements.mjacob2000-10-121-11/+16
* Don't depend on <machine/cpufunc.h> unnecessarily including <machine/lock.h>.bde2000-10-122-4/+0
* Bring back the ability to send cdbs of length 13->32 bytes. This was lostgibbs2000-10-121-1/+1
* Remove the #include kitchensink <netatm/kern_include.h> and addphk2000-10-1224-111/+971
* More HARP polishina:phk2000-10-129-83/+4
* Another PnP pcic card: SMC Swapbox Plug and Playimp2000-10-122-2/+4
* Make if_sk stop using the "hide the softc structure in the jumbo buffer"bmilekic2000-10-122-27/+13
* Reduce the number of outstanding commands we will send to the controllermsmith2000-10-121-1/+1
* sync to last commitimp2000-10-121-1/+6
* Add mii entry for tdk phy found on some cardbus cards.imp2000-10-121-0/+4
* Do some cleanups of the HARP atm codes interface into the system:phk2000-10-123-960/+0
* Store a pointer to our softc in the kernel's SCB structure. In thegibbs2000-10-114-54/+40
* Add missing comma at the end of line.kuriyama2000-10-111-1/+1
* Add support for the Kingston KNU101TX 10/100 USB ethernet adapter. We'rewpaul2000-10-101-0/+1
* regenetatewpaul2000-10-102-6/+38
* Add vendor ID for Kingston Technology and add device ID forwpaul2000-10-101-1/+5
* A quote from the ia64 compiler:dfr2000-10-101-1/+1
* Remove unneccessary includes. (phk)n_hibma2000-10-101-3/+1
* Remove unneeded includes (phk)n_hibma2000-10-101-2/+1
* Add MAE0021 - Jetstream Int V.90 56k Voice Series 2.tanimura2000-10-101-0/+1
* awi needs to access memory with 8bit,onoe2000-10-101-0/+9
* Added some handling code to work with SLI configs, and removed some unusedcokane2000-10-101-17/+28
* Close a race condition that doesn't really exist in -current. Whengibbs2000-10-092-2/+2
* Reduce buffer size from 64K to 4K.sobomax2000-10-091-1/+1
* Initiate deorbit burn sequence for <machine/mouse.h>.phk2000-10-095-7/+5
* A couple of negative options was not commented out in NOTES/LINT. Thisphk2000-10-091-0/+2
* o Record the pccard_function in the ivar.imp2000-10-092-8/+12
* Clean up error recovery code:gibbs2000-10-096-68/+117
* Validate the PCI bus number that we fetch from our parent, since there's nomsmith2000-10-091-2/+5
* Initiate deorbit burn sequence for <machine/console.h>.phk2000-10-0814-15/+20
* Add HP PhotoSmart C500 id.n_hibma2000-10-081-2/+6
* Made this file compile again after move of stuff from <machine.ipl.h>bde2000-10-081-1/+2
* Use schedsofttty() again (SMPng casualty with intentionally wrong fixbde2000-10-082-10/+2
* Use schedsofttty() again so that siopoll() gets scheduled as designedbde2000-10-081-5/+0
* Correct corruption of the qinfifo in ahc_search_qinififo() for allgibbs2000-10-084-97/+106
* Regen.n_hibma2000-10-072-61/+332
* Sync with NetBSD. More ids, more!n_hibma2000-10-071-14/+63
* Regen.n_hibma2000-10-072-2/+18
* Zyxel keyboard Idn_hibma2000-10-071-0/+4
* o Implement get_ivars so matching routines will work (this causesimp2000-10-071-3/+38
* Fix arguments to kthread_create (submitted by takawata@freebsd.org).imp2000-10-072-3/+4
* Fix single character typo in legacy transfer settings functiongibbs2000-10-062-2/+2
* Bring in a slew of fixes that were supposed to be in the last commit.gibbs2000-10-063-70/+90
* During a verbose boot, call the null device 'null' rather than 'null0' tojhb2000-10-061-1/+1
* Driver for the Intel 82801AA (ICH) SMBus controller and compatibles.archie2000-10-065-0/+1069
OpenPOWER on IntegriCloud