summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Use the M_ZERO flag to malloc(9)greid2001-06-2121-64/+32
* Don't dereference NULL regs pointer (should mapping I/O ports fail, asmjacob2001-06-211-6/+7
* Cosmetics:joerg2001-06-201-33/+3
* Change m_devget()'s outdated and unused `offset' argument to actually meanbmilekic2001-06-207-22/+13
* Applied the patch to fix HARP ATM that was broken when KAME IPv6 camepirzyk2001-06-202-1/+4
* The serial console break-to-debugger support only functioned whileiedowse2001-06-201-1/+21
* Allow individual ports to use alternate pin settings (swap dsr & cd)brian2001-06-202-12/+89
* Revert last change: it was unintended at this time.imp2001-06-201-31/+37
* Add new entries for:imp2001-06-202-38/+35
* Fix some memory bugs with regard to jumbo buffers. I made a mistake whenwpaul2001-06-184-16/+10
* stop csa from panicing in clkrun_hack() - we were using free'd memorycg2001-06-181-4/+3
* Call bus_teardown_intr when csa_attach fails after the interrupt hastmm2001-06-181-31/+29
* Use linker_reference_module() instead of hard-coding the digi_*brian2001-06-181-14/+7
* Credit John Prince and Eric Hernes for their work.brian2001-06-182-1/+6
* use devclass_get_maxunit() correctlycg2001-06-183-4/+4
* revise dsp_clone() to return the first nonbusy channel instead of simplycg2001-06-174-15/+17
* fix a potential panic in dsp_clone() if no pcm devices were detectedcg2001-06-171-0/+2
* Use INTR_TYPE_AV for the interrupt handlers because:peter2001-06-167-8/+8
* use a global devclass for all drivers - i'm not entirely sure why thiscg2001-06-1630-929/+936
* OpenFirmware kernel support, as used by the PowerPC and hopefully otherbenno2001-06-163-7/+357
* Add PC-9821RA-E01. This appears that PC-9821 Ra20 has this eitherimp2001-06-161-0/+1
* Mind-o in last commit: s/==/>=/ when checking MTU size. *blush*wpaul2001-06-161-1/+1
* Fix the last serious bug I've been chasing:wpaul2001-06-161-23/+41
* Turn TCP and UDP hardware RX checksumming back on. jlemon pointed out wherewpaul2001-06-152-6/+3
* Fix TX bug: when using TCP/IP checksum offload on TX, we tell the chipwpaul2001-06-151-4/+4
* Fix warning: 186: warning: label `done' defined but not usedpeter2001-06-151-1/+0
* Fix warning: 128: warning: initialization makes pointer from integerpeter2001-06-151-1/+4
* Fix warnings:peter2001-06-151-1/+0
* Fix warnings:peter2001-06-151-4/+5
* Fix warning: 110: initialization makes pointer from integer without a castpeter2001-06-151-2/+1
* Fix warning: 193: warning: label `done' defined but not usedpeter2001-06-151-1/+0
* Fix warnings:peter2001-06-151-1/+1
* Fix warnings:peter2001-06-151-1/+0
* Fix warning: 179: warning: label `done' defined but not usedpeter2001-06-151-1/+0
* We've had problems with data corruption occuring onmjacob2001-06-141-0/+21
* various locking fixes, rework open logic and channel registrationcg2001-06-145-144/+317
* Correct typo.nyan2001-06-141-1/+1
* Moved the wd33c93 specific file to sys/dev/ic.nyan2001-06-144-3/+168
* With this commit, I hereby pronounce gensetdefs past its use-by date.peter2001-06-139-33/+30
* Hints overhaul:peter2001-06-123-26/+21
* -Wunused cleanuppeter2001-06-121-2/+1
* Cosmetics:joerg2001-06-111-16/+22
* identify es1371 revision acg2001-06-111-1/+6
* get clkrun the right way aroundcg2001-06-111-5/+0
* sbuf_new(9) now returns a struct sbuf * instead of an int. If the callerdes2001-06-101-1/+1
* Move the files from i386/isa/ic/ to dev/ic/.nyan2001-06-102-0/+236
* Added ESP98 specific register (merged from i386/isa/ic/esp.h).nyan2001-06-101-0/+1
* Removed unneeded pc98 code (merged from i386/isa/ic/ns16550.h).nyan2001-06-101-14/+0
* Add PC9801-102 CBUS card to the list of plug and play devices. Someimp2001-06-091-0/+3
* Catch up to csareg.h rev 1.3.tanimura2001-06-081-4/+7
OpenPOWER on IntegriCloud