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