summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* add PNPID for PnP PCMCIA, SCM SwapBox Classic X2P.sanpei2000-12-111-0/+1
* It looks like we can't count on these devices always having a consistentmsmith2000-12-111-44/+43
* The ICH2 reports itself as a PCI:ISA bridge, so don't special-case itmsmith2000-12-101-1/+0
* Cosmetic nit; separate slot/function with '.' not ':'msmith2000-12-091-1/+1
* - Fix the device database parsing code so that it actually works.msmith2000-12-093-12/+30
* Fixed to support 3Com 3C569B for PC-98.nyan2000-12-091-0/+8
* Next phase in the PCI subsystem cleanup.msmith2000-12-088-138/+1105
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-0837-144/+89
* Fix probe/attach a little. We don't have to call bpfattach() anymorewpaul2000-12-081-22/+19
* Staticise some malloc poolsmsmith2000-12-082-2/+2
* Staticize some malloc M_ instances.phk2000-12-0813-13/+13
* Fixes to the Aironet driver to clear up some WEP issues.archie2000-12-082-2/+5
* Remove conflicts between unsinged char *s and int s.non2000-12-081-6/+6
* Remove a warning.n_hibma2000-12-081-1/+2
* - Convert a lot of homebrew debugging output to use the ACPI CA debuggingmsmith2000-12-0813-196/+512
* Add missing #include.archie2000-12-081-0/+1
* When I converted this driver, I neglected to deal with packet alignment.wpaul2000-12-071-0/+17
* Don't use a private malloc(9) type for something this M_DEVBUFish.phk2000-12-071-6/+4
* Add back some now needed #include <sys/systm.h>phk2000-12-074-12/+5
* Remove unneeded include of <pci.h>alex2000-12-071-1/+0
* Add Isochronus transfer mode support required byroger2000-12-071-13/+180
* Non functional change.roger2000-12-071-70/+21
* Convert from spl -> mutex.archie2000-12-072-39/+35
* Only call ISP_UNLOCK/ISP_LOCK if isp->isp_osinfo.intsok in USEC_SLEEP.mjacob2000-12-051-6/+10
* Replace some more printfs with isp_prt's. Use isp_prt/ISP_LOGDEBUG0mjacob2000-12-051-31/+31
* Remove more printfs and use either isp_prt or device_printf. Remembermjacob2000-12-051-34/+37
* Start to make code more generic so it can be used by the pccbb driverimp2000-12-052-22/+19
* ACPI HID's aren't limited to 7 characters. Don't check the length of themsmith2000-12-051-2/+2
* Initialize/grab the mutex earlier in the attach phase, so thatwpaul2000-12-045-11/+14
* More M_ZERO patches.dwmalone2000-12-031-2/+1
* We now have the ability to assign the correct IRQ when PNP-OS is turnednsayer2000-12-032-20/+0
* Use M_ZERO.dwmalone2000-12-031-22/+12
* - add support for crashdumps (courtesy of ps and Y!)msmith2000-12-033-185/+273
* Major speedup to /dev/random and the kernel thread that reseeds it.markm2000-12-022-93/+103
* Add USEC_SLEEP macro support. Change the location at which we definemjacob2000-12-021-12/+17
* Make the Not RESPONSE in RESPONSE QUEUE message have a bit more infomjacob2000-12-021-14/+36
* Add interrupt instrumentation. Change ISP_CFG_NPORT config option tomjacob2000-12-021-1/+11
* Revert attach() back to the old behaviour of calling bus_generic_attach().scottl2000-12-022-8/+10
* Make labels mandatory for vn(4).phk2000-12-011-104/+52
* Convert the pcib_{read,write}_config args from signed to unsigned,gallatin2000-12-011-8/+8
* Add PCI id for the RAID LC2 controller.jlemon2000-12-011-1/+3
* AcpiOsMem primitives as required by the new ACPI CA snapshotmsmith2000-12-011-1/+91
* Update to work with the new ACPI CA snapshot.msmith2000-12-017-86/+64
* - Add a hack for "psmintr: out of sync.." This is NOT a fix,yokota2000-12-011-0/+11
* - Slightly rearrnage IntelliMouse Explorer and Logitechyokota2000-12-011-30/+39
* Kill #define of DETACH_FORCE since it is now in card_if.mimp2000-11-302-36/+2
* Remove an unused variable.gibbs2000-11-301-3/+3
* remove unneded sys/ucred.h includesalfred2000-11-302-2/+0
* This fixes several problems with CIS as suggested by Justin Gibbs:jon2000-11-292-7/+4
* Oops, broke CIS reading from ROM on my last commit.jon2000-11-293-37/+59
OpenPOWER on IntegriCloud