summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Proberly back down DMA modes on the Acer Aladdin.sos2000-12-192-5/+13
* un-staticize M_AGP so that it can be used in agp*.cassar2000-12-191-1/+1
* Convert the sio driver to use a spin mutex instead of a s_lock. This isjhb2000-12-181-123/+58
* Attempt to read and verify the card's status in wi_stop() before sending itjhb2000-12-181-2/+9
* Add power state manipulation to the fxp driver. Some people havewpaul2000-12-181-0/+20
* Use pci_get_powerstate()/pci_set_powerstate() which now exists in thewpaul2000-12-181-24/+16
* Divorce the kernel binary ABI version number from the messagejulian2000-12-187-166/+164
* Linksys Fast Ethernet PCCARD cards supported by the ed driver nowtoshi2000-12-183-39/+44
* kobjify.cg2000-12-1835-2826/+2787
* Call ed_probe_Novel in the AX88190 case as well.imp2000-12-171-1/+1
* Add a cloning function to vn(4) which triggers on "vn%d.ctl". Give thephk2000-12-161-52/+112
* Switch off some debugging code.paul2000-12-162-3/+1
* Fixup some problems with the merged code of the previous commit.paul2000-12-163-5/+4
* Newbusify.paul2000-12-166-544/+627
* Apply some contributed patches to reduce number of tx buffer allocationwpaul2000-12-152-3/+156
* Enforce disk unit numbers upper limit in cloning.phk2000-12-151-0/+2
* Fix with debugging option.takawata2000-12-151-2/+2
* Make Embedded Controller driver interrupt driven.takawata2000-12-141-19/+77
* Fix include directories for crossbuilding.marcel2000-12-131-1/+1
* Include vm/vm_zone.h prior to vm/swap_pager.h.tanimura2000-12-131-0/+1
* Remove unnecessary includes found by phk's script. I've been buildingimp2000-12-134-5/+0
* Fix problem with ax88190 based cards trying to probe further afterimp2000-12-131-0/+1
* Remove unnecessary includes found by phk's script a long time ago.imp2000-12-132-4/+0
* Add module dependencies on CAM module.imp2000-12-133-0/+3
* Remove a redundant prototype.msmith2000-12-131-1/+0
* Don't try to free the now-nonexistent hdrspec field. This one snuck bymsmith2000-12-132-4/+0
* Add isa support:imp2000-12-134-20/+18
* Updates to match changes elsewhere in the PCI subsystem:msmith2000-12-133-98/+34
* Next round of PCI subsystem updates:msmith2000-12-136-694/+930
* Remove a couple of leftover unused variables.msmith2000-12-132-2/+0
* Another mismatch found by Gcc:julian2000-12-122-2/+0
* remove unused variablejulian2000-12-121-1/+0
* I always forget this file. It's netgraph, but not one of mine.....julian2000-12-121-3/+4
* Add a missing include of <sys/proc.h>.jhb2000-12-121-0/+1
* Grrrrr. That last commit was supposed to be to the head, not to -stablewpaul2000-12-1212-3/+27
* Reviewed by: Archie@freebsd.orgjulian2000-12-126-17/+36
* Catch up with the recent conversion the per-eventhandler list mutex toiwasaki2000-12-122-0/+2
* - We have access to our own device_t here, so use pci_read_configmsmith2000-12-122-30/+77
* Don't try to fix up the Orion here; the interface we use is wrong for themsmith2000-12-121-16/+0
* make sure we tear down the devnodes for the endpoints 1 and aboven_hibma2000-12-121-46/+74
* - Don't return early from the PCI:EISA bridge attachment, or we will losemsmith2000-12-122-42/+41
* fix problem with vmware DAD. reported by many, tested @ IETF49 withume2000-12-111-5/+15
* 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
OpenPOWER on IntegriCloud