summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* - Add vm_paddr_t, a physical address type. This is required for systemsjake2003-03-2512-17/+17
* Retire sys/pc98/pc98/spkr.cmdodd2003-03-241-2/+4
* Change g_class initialization to sparse format.phk2003-03-241-3/+1
* Use repo-copied files in sys/i386/bios.mdodd2003-03-241-1/+1
* Don't call sysbeep() in sc_bell() if either duration or pitch is zero.jhb2003-03-241-1/+1
* - The payload of Write Request Quad must be network byte order.simokawa2003-03-241-1/+1
* - The payload of Write Request Quad and Read Response Quad must besimokawa2003-03-242-2/+9
* Safe PCI configuration.simokawa2003-03-241-2/+6
* MFP4 27224 and 27225:imp2003-03-221-3/+18
* - Add a new ioctl to get the maximum number of ATA channels.mux2003-03-221-0/+5
* Added missing dependency on rc4.ru2003-03-211-0/+1
* Added support for 82541 and 82547 based adapters.pdeuskar2003-03-217-623/+1974
* - Use if_broadcastaddr from struct ifnet rather than relying onmdodd2003-03-213-4/+4
* Use td->td_ucred instead of td->td_proc->p_ucred.jhb2003-03-202-3/+3
* Distinguish between register sets that depend on ac97 caps (wr0, wr1,orion2003-03-201-17/+38
* Correct vendor id for ALC101.orion2003-03-201-1/+1
* Clear channel and tag bits before set them.simokawa2003-03-191-0/+1
* Brucify.sobomax2003-03-182-24/+26
* Including <sys/stdint.h> is (almost?) universally only to be able to usephk2003-03-1810-10/+0
* o Lucent cards don't seem to like multiple buffers for tx. Use onlyimp2003-03-182-37/+26
* Move symbol reset detection code back into wi_reset. This is a moreimp2003-03-182-8/+10
* Add DLINK DWL650Himp2003-03-181-0/+1
* Add SMC 2602W pci card, from a post to mobile@imp2003-03-181-0/+1
* Use %jd and a cast to intmax_t instead of a cast to long.imp2003-03-181-4/+4
* Tag longling_addr as maybe using a bad type, I'm not sure.imp2003-03-181-1/+1
* Regenerate for 1.45imp2003-03-181-1/+4
* Add DLINK DWL650Himp2003-03-181-0/+1
* Remove bogus KASSERT. The 802.11 layer and the resume from suspendimp2003-03-171-2/+0
* Fix a malloc() with no legal modeflag.phk2003-03-171-1/+1
* Fix the cable detection and properly find the host bridge onsos2003-03-161-22/+22
* Catch up with bpf_mtap() changes.mdodd2003-03-161-1/+1
* Catch up with recent infrastructure changes.mdodd2003-03-161-2/+2
* Remove duplicate line introduced in the previous commit.sobomax2003-03-151-1/+0
* - Add minimal support for TI16754 4xUART chip into sio(4) driver and removesobomax2003-03-154-41/+146
* Add module dependency. This makes udbp.ko to be loaded.takawata2003-03-151-0/+1
* Fix a bug I introduced by overlooking the fact that "unit number" canphk2003-03-152-1/+2
* Call devstat_start_transaction_bio() instead of devstat_start_transaction().phk2003-03-151-1/+1
* Call devstat_start_transaction_bio() instead of devstat_start_transaction()phk2003-03-152-2/+2
* Now that bus_dmamem_alloc() handles its Giant mutex requirements itself,scottl2003-03-131-2/+0
* Remove the check for more than one open if one is a write op.sos2003-03-131-5/+0
* Dont free the stats struct, this has been changed by the new stat code.sos2003-03-131-2/+0
* Dont call dma->free unless dma is there.sos2003-03-131-1/+2
* Add pci id# for the sis648sos2003-03-131-0/+2
* Correct clock frequency for the IC Book Labs' cards, so that it's possiblesobomax2003-03-121-32/+32
* Add initial support for IC Book Labs Dreadnought x16 Pro 16-ports card. Sincesobomax2003-03-122-1/+25
* Correct the last commit, only look for subfunctions on the same PCI slot.sos2003-03-121-4/+4
* Correct CS4205 base vendor id.orion2003-03-121-1/+1
* Cleanup the probe code a bit.sos2003-03-121-23/+24
* Dont hang the channel on enclosures without sensors.sos2003-03-121-16/+17
* Put back including sys/devicestat.h for 4-stable.simokawa2003-03-121-0/+3
OpenPOWER on IntegriCloud