aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Convert inb/outb to bus_space.Nicolas Souchu2001-06-232-24/+33
* Translate various ppbus sequences into microsequences to limitNicolas Souchu2001-06-232-109/+128
* Fix a number of bugs in the implementation of the WEP related statusBrooks Davis2001-06-223-67/+156
* Move check against CAM_NEW_TRAN_CODE ahead of the file that might includeMatt Jacob2001-06-222-6/+8
* Use the M_ZERO flag to malloc(9)George C A Reid2001-06-2121-64/+32
* Don't dereference NULL regs pointer (should mapping I/O ports fail, asMatt Jacob2001-06-211-6/+7
* Cosmetics:Joerg Wunsch2001-06-201-33/+3
* Change m_devget()'s outdated and unused `offset' argument to actually meanBosko Milekic2001-06-207-22/+13
* Applied the patch to fix HARP ATM that was broken when KAME IPv6 cameJim Pirzyk2001-06-202-1/+4
* The serial console break-to-debugger support only functioned whileIan Dowse2001-06-201-1/+21
* Allow individual ports to use alternate pin settings (swap dsr & cd)Brian Somers2001-06-202-12/+89
* Revert last change: it was unintended at this time.Warner Losh2001-06-201-31/+37
* Add new entries for:Warner Losh2001-06-202-38/+35
* Fix some memory bugs with regard to jumbo buffers. I made a mistake whenBill Paul2001-06-184-16/+10
* stop csa from panicing in clkrun_hack() - we were using free'd memoryCameron Grant2001-06-181-4/+3
* Call bus_teardown_intr when csa_attach fails after the interrupt hasThomas Moestl2001-06-181-31/+29
* Use linker_reference_module() instead of hard-coding the digi_*Brian Somers2001-06-181-14/+7
* Credit John Prince and Eric Hernes for their work.Brian Somers2001-06-182-1/+6
* use devclass_get_maxunit() correctlyCameron Grant2001-06-183-4/+4
* revise dsp_clone() to return the first nonbusy channel instead of simplyCameron Grant2001-06-174-15/+17
* fix a potential panic in dsp_clone() if no pcm devices were detectedCameron Grant2001-06-171-0/+2
* Use INTR_TYPE_AV for the interrupt handlers because:Peter Wemm2001-06-167-8/+8
* use a global devclass for all drivers - i'm not entirely sure why thisCameron Grant2001-06-1630-929/+936
* OpenFirmware kernel support, as used by the PowerPC and hopefully otherBenno Rice2001-06-163-7/+357
* Add PC-9821RA-E01. This appears that PC-9821 Ra20 has this eitherWarner Losh2001-06-161-0/+1
* Mind-o in last commit: s/==/>=/ when checking MTU size. *blush*Bill Paul2001-06-161-1/+1
* Fix the last serious bug I've been chasing:Bill Paul2001-06-161-23/+41
* Turn TCP and UDP hardware RX checksumming back on. jlemon pointed out whereBill Paul2001-06-152-6/+3
* Fix TX bug: when using TCP/IP checksum offload on TX, we tell the chipBill Paul2001-06-151-4/+4
* Fix warning: 186: warning: label `done' defined but not usedPeter Wemm2001-06-151-1/+0
* Fix warning: 128: warning: initialization makes pointer from integerPeter Wemm2001-06-151-1/+4
* Fix warnings:Peter Wemm2001-06-151-1/+0
* Fix warnings:Peter Wemm2001-06-151-4/+5
* Fix warning: 110: initialization makes pointer from integer without a castPeter Wemm2001-06-151-2/+1
* Fix warning: 193: warning: label `done' defined but not usedPeter Wemm2001-06-151-1/+0
* Fix warnings:Peter Wemm2001-06-151-1/+1
* Fix warnings:Peter Wemm2001-06-151-1/+0
* Fix warning: 179: warning: label `done' defined but not usedPeter Wemm2001-06-151-1/+0
* We've had problems with data corruption occuring onMatt Jacob2001-06-141-0/+21
* various locking fixes, rework open logic and channel registrationCameron Grant2001-06-145-144/+317
* Correct typo.Yoshihiro Takahashi2001-06-141-1/+1
* Moved the wd33c93 specific file to sys/dev/ic.Yoshihiro Takahashi2001-06-144-3/+168
* With this commit, I hereby pronounce gensetdefs past its use-by date.Peter Wemm2001-06-139-33/+30
* Hints overhaul:Peter Wemm2001-06-123-26/+21
* -Wunused cleanupPeter Wemm2001-06-121-2/+1
* Cosmetics:Joerg Wunsch2001-06-111-16/+22
* identify es1371 revision aCameron Grant2001-06-111-1/+6
* get clkrun the right way aroundCameron Grant2001-06-111-5/+0
* sbuf_new(9) now returns a struct sbuf * instead of an int. If the callerDag-Erling Smørgrav2001-06-101-1/+1
* Move the files from i386/isa/ic/ to dev/ic/.Yoshihiro Takahashi2001-06-102-0/+236