aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Proberly back down DMA modes on the Acer Aladdin.Søren Schmidt2000-12-192-5/+13
* un-staticize M_AGP so that it can be used in agp*.cAssar Westerlund2000-12-191-1/+1
* Convert the sio driver to use a spin mutex instead of a s_lock. This isJohn Baldwin2000-12-181-123/+58
* Attempt to read and verify the card's status in wi_stop() before sending itJohn Baldwin2000-12-181-2/+9
* Add power state manipulation to the fxp driver. Some people haveBill Paul2000-12-181-0/+20
* Use pci_get_powerstate()/pci_set_powerstate() which now exists in theBill Paul2000-12-181-24/+16
* Divorce the kernel binary ABI version number from the messageJulian Elischer2000-12-187-166/+164
* Linksys Fast Ethernet PCCARD cards supported by the ed driver nowToshihiko ARAI2000-12-183-39/+44
* kobjify.Cameron Grant2000-12-1835-2824/+2785
* Call ed_probe_Novel in the AX88190 case as well.Warner Losh2000-12-171-1/+1
* Add a cloning function to vn(4) which triggers on "vn%d.ctl". Give thePoul-Henning Kamp2000-12-161-52/+112
* Switch off some debugging code.Paul Richards2000-12-162-3/+1
* Fixup some problems with the merged code of the previous commit.Paul Richards2000-12-163-5/+4
* Newbusify.Paul Richards2000-12-166-530/+613
* Apply some contributed patches to reduce number of tx buffer allocationBill Paul2000-12-152-3/+156
* Enforce disk unit numbers upper limit in cloning.Poul-Henning Kamp2000-12-151-0/+2
* Fix with debugging option.Takanori Watanabe2000-12-151-2/+2
* Make Embedded Controller driver interrupt driven.Takanori Watanabe2000-12-141-19/+77
* Fix include directories for crossbuilding.Marcel Moolenaar2000-12-131-1/+1
* Include vm/vm_zone.h prior to vm/swap_pager.h.Seigo Tanimura2000-12-131-0/+1
* Remove unnecessary includes found by phk's script. I've been buildingWarner Losh2000-12-134-5/+0
* Fix problem with ax88190 based cards trying to probe further afterWarner Losh2000-12-131-0/+1
* Remove unnecessary includes found by phk's script a long time ago.Warner Losh2000-12-132-4/+0
* Add module dependencies on CAM module.Warner Losh2000-12-133-0/+3
* Remove a redundant prototype.Mike Smith2000-12-131-1/+0
* Don't try to free the now-nonexistent hdrspec field. This one snuck byMike Smith2000-12-132-4/+0
* Add isa support:Warner Losh2000-12-134-20/+18
* Updates to match changes elsewhere in the PCI subsystem:Mike Smith2000-12-133-98/+34
* Next round of PCI subsystem updates:Mike Smith2000-12-136-692/+928
* Remove a couple of leftover unused variables.Mike Smith2000-12-132-2/+0
* Another mismatch found by Gcc:Julian Elischer2000-12-122-2/+0
* remove unused variableJulian Elischer2000-12-121-1/+0
* I always forget this file. It's netgraph, but not one of mine.....Julian Elischer2000-12-121-3/+4
* Add a missing include of <sys/proc.h>.John Baldwin2000-12-121-0/+1
* Grrrrr. That last commit was supposed to be to the head, not to -stableBill Paul2000-12-1212-3/+27
* Reviewed by: Archie@freebsd.orgJulian Elischer2000-12-126-17/+36
* Catch up with the recent conversion the per-eventhandler list mutex toMitsuru IWASAKI2000-12-122-0/+2
* - We have access to our own device_t here, so use pci_read_configMike Smith2000-12-122-29/+76
* Don't try to fix up the Orion here; the interface we use is wrong for theMike Smith2000-12-121-16/+0
* make sure we tear down the devnodes for the endpoints 1 and aboveNick Hibma2000-12-121-46/+74
* - Don't return early from the PCI:EISA bridge attachment, or we will loseMike Smith2000-12-122-42/+41
* fix problem with vmware DAD. reported by many, tested @ IETF49 withHajimu UMEMOTO2000-12-111-5/+15
* add PNPID for PnP PCMCIA, SCM SwapBox Classic X2P.MIHIRA Sanpei Yoshiro2000-12-111-0/+1
* It looks like we can't count on these devices always having a consistentMike Smith2000-12-111-44/+43
* The ICH2 reports itself as a PCI:ISA bridge, so don't special-case itMike Smith2000-12-101-1/+0
* Cosmetic nit; separate slot/function with '.' not ':'Mike Smith2000-12-091-1/+1
* - Fix the device database parsing code so that it actually works.Mike Smith2000-12-093-12/+30
* Fixed to support 3Com 3C569B for PC-98.Yoshihiro Takahashi2000-12-091-0/+8
* Next phase in the PCI subsystem cleanup.Mike Smith2000-12-088-138/+1105
* Convert more malloc+bzero to malloc+M_ZERO.David Malone2000-12-0837-144/+89