summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for yet another Promise ATA100 variantsos2001-06-082-8/+13
* "Fix" the previous initial attempt at fixing TUNABLE_INT(). This timepeter2001-06-083-5/+5
* lock sound device when adding/removing channelscg2001-06-074-20/+102
* Quiet the READ_TOC errors that can appear on empty CDR's.sos2001-06-071-2/+2
* Back out part of my previous commit. This was a last minute changepeter2001-06-073-5/+5
* Add PnP IDs for AHA-1530 and AHA-1520 cards.imp2001-06-061-1/+7
* Make the TUNABLE_*() macros look and behave more consistantly like thepeter2001-06-063-8/+10
* - Remember to set the 'extsts enable' bit in the CFG register to enable thewpaul2001-06-062-16/+16
* Activate the kthread mechanism for doing usb bus discovery. This meanspeter2001-06-062-49/+48
* Style fixes from Saschaphk2001-06-061-4/+3
* Disable extra TCP/UCP checksum checking in nge_rxeof() for now.wpaul2001-06-061-0/+2
* Use LGE_INC() macro to increment tx producer index in lge_encap().wpaul2001-06-061-2/+3
* Nuke the various poorly maintained copies of ioctl_fd.h. The file isjoerg2001-06-061-1/+1
* Use bus_space when reading CIS. This allows us to access it in 8 bitimp2001-06-051-7/+11
* In lge_detach(), don't contigfree() the jumbogram buffer memory;wpaul2001-06-051-1/+0
* Commit part of the patch that I have for card eject problems with theimp2001-06-051-0/+5
* Make the FDC (state machine) state an enum, as opposed to an intjoerg2001-06-051-16/+0
* Fix botch for state levels. Role minor release. Start adding code for amjacob2001-06-053-10/+14
* Close the line displine on detach. Lots of folks have submittd this, andimp2001-06-051-1/+4
* Add a line discipline close routine which restores some functionalitydd2001-06-051-5/+21
* Style and cosmetic cleanups. This driver is now reasonably stlye(9)dd2001-06-051-111/+127
* Use the l_nullioctl exported from tty_conf.c rather than rolling our own.dd2001-06-041-10/+0
* While in the interrupt loop, check for a bogus interrupt value of 0xff.jlemon2001-06-041-0/+9
* Move out the files from src/sys/isa/ic/ to src/sys/dev/ic/, so theyjoerg2001-06-044-5/+5
* Fix my email address. I accidentally cut'npasted the wrong (old)joerg2001-06-031-1/+1
* Fix reversed arguments to pci_write_config()peter2001-06-031-2/+2
* Remove unused includes, use *min() inline functions rather than add2001-06-031-26/+8
* Only touch the PCR register in order to set bits for the fxp driver.jlemon2001-06-021-1/+3
* Backout previous revision. While it fixed many platforms, it brokegallatin2001-05-311-5/+1
* Add device driver support for the Level 1 LXT1001 NetCelleratorwpaul2001-05-312-0/+2240
* fix typocg2001-05-302-2/+2
* no longer usedcg2001-05-301-3496/+0
* update this driver to use new firmware and incorporate many fixes.cg2001-05-304-258/+313
* state the licencing terms for this filecg2001-05-301-0/+23
* Dont try to play tracks outside whats on the media.sos2001-05-301-1/+2
* Update to support the NEC NR-7500A burners.sos2001-05-301-2/+16
* What I get for "fixing" at the last minute. Correct a mis-merge of takawata'smsmith2001-05-302-1/+1
* Per jlemon: add code to nge_rxeof() to allow verification of TCP andwpaul2001-05-291-0/+8
* Fix mind-o in nge_rxeof(): I used CSUM_IP_CHECKED twice instead ofwpaul2001-05-291-1/+1
* - Updates for new constant naming in the ACPI CA 20010518 update.msmith2001-05-2918-140/+157
* Remove MFS compat bits.phk2001-05-291-11/+0
OpenPOWER on IntegriCloud