summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
1999-08-02Move the mpu device declaration to conf/files.augustss
1999-08-01Move the MPU driver isa/ to ic/.augustss
1999-08-01Re-work the Tx side to avoid calling into the tty layer atscw
1999-07-30Guard tsleep() with a while (!(wdc_c->flags & AT_DONE)) {}, as suggested bybouyer
1999-07-27Make this "should work" on big endian systems.thorpej
1999-07-06Make the kthread API a bit more friendly to loadable kernel modules.thorpej
1999-07-05Change to approved NASA/Ames copyright. Add Fabric support. Fix SCCLUN support.mjacob
1999-07-01IPv6 kernel code, based on KAME/NetBSD 1.4, SNAP kit 19990628.itojun
1999-06-27HME ethernet driver.pk
1999-06-23Resurect the old register read/write test for non-ATA/ATAPI drives, to avoidbouyer
1999-06-23In xxx_mediachange(), if there is no callback to the front-end, justabs
1999-06-20Fix tyop.thorpej
1999-06-20Bus-independent back-end driver for Intel i82557 fast Ethernet chips.thorpej
1999-06-18Fix that ANNOYING transmit timeout bug, caused by an unfortunate interactionthorpej
1999-06-17Make uvm_vslock() return the error code from uvm_fault_wire(). All placesthorpej
1999-06-12Clean up some stuffdante
1999-06-06Add support for ISA, EISA and ISApnp cardsdante
1999-06-05split sbus audiocs code up so we can share it with the ebus. XXX ebus DMA is...mrg
1999-06-05Cast size_t to long for printf purposes.pk
1999-05-29Now that the ARP code doesn't assume that m_pktdat[0] is the start of thebad
1999-05-26Pass the appropriate access type for uvm_vslock() based on the FP operation:thorpej
1999-05-23Update doc URL.augustss
1999-05-21Since we're now prepending the ethernet header to mbuf on incomingpk
1999-05-18Rework layer 2 protocol input routines. Instead of calling e.g. ether_input()thorpej
1999-05-14The last change made the driver go into an interrupt loop after a while.drochner
1999-05-12Do a fairly large internal restructuring to accomodate dual-bus host adaptersmjacob
1999-05-12add a few missing mbox commandsmjacob
1999-05-12Don't count deferrals as output errors. It's only a (single) output errorthorpej
1999-04-30In lance_mediachange(), if there is no callback to the front-end, justthorpej
1999-04-29From Onno van der Linden:bad
1999-04-28Add EEPROM_SSI EEPROM field (hardware revision-level info).jonathan
1999-04-28Fix for PR kern/7483: ex driver gets bogus MAC address with 3c905Bdean
1999-04-26Make the 3Com Etherlink XL driver work on big-endian systems. Fromthorpej
1999-04-22Don't send any data upstream if we're not open yet.pk
1999-04-20Remove splbio()/splserial(), which should not try to protect bus_dma*(9)pk
1999-04-20Calling DELAY() during polling for command completion of the normaljonathan
1999-04-19* Make doubly sure that the ep shutdownhooks are run at splnet() or above.jonathan
1999-04-19Get rid of delay() in com_common_putc() because the Shark delay() is borkedross
1999-04-18Revert revision 1.159. The correct answer was not to re-break thethorpej
1999-04-16Print register contents before we modify it.pk
1999-04-15Correct wrong board IDs (used ID definition from FreeBSD)mjl
1999-04-13Fix ex_read_eeprom() for 3c57x.jonathan
1999-04-13Endian-ness bugfix for elink3 on big-endian hosts.jonathan
1999-04-12Quote "AS IS" as in the majority of Carnegy Mellon notices.pk
1999-04-11Fix probe code for IDE devices:bouyer
1999-04-10add support for 80x40 screensdrochner
1999-04-07convert tabs to spaces in ascii art circuit diagramdbj
1999-04-06Fix a pasto in copyright text which has been procreating like rabbits..pk
1999-04-04roll internal revsmjacob
1999-04-04firmware revision now a triplemjacob