summaryrefslogtreecommitdiff
path: root/sys/arch/mips/include/ecoff_machdep.h
diff options
context:
space:
mode:
authorrillig <rillig@NetBSD.org>2023-07-09 10:42:07 +0000
committerrillig <rillig@NetBSD.org>2023-07-09 10:42:07 +0000
commit61a832267cc5bff1a90f086bd56309a3a0671255 (patch)
tree6f663ed82c04970fa2f72561dc8eb6681e5f29fe /sys/arch/mips/include/ecoff_machdep.h
parentb2782b14a8e5066f0436d79a391ce49f9e782b76 (diff)
lint: remove redundant '#' after 'argument' in diagnosticsHEADtrunk
Diffstat (limited to 'sys/arch/mips/include/ecoff_machdep.h')
0 files changed, 0 insertions, 0 deletions
msg'> 2005-02-27nuke trailing whitespaceperry 2005-02-04de-__Pperry 2003-02-23Remove assigned-to but not used variable.simonb 2002-11-30More cleanup of MI mb86960 driver:tsutsui - Add support for byte system bus mode. Based on patch in kern/17193 by Christian Groessler, with some improvements by me. - Rename sc_flags in mb86960_softc to sc_stat, rename "type" to sc_flags to specify controller quirks and remove enum mb86960_type. - Pass controller type via new sc_flags in mb86960_softc rather than via an mb86960_attach() arg. - Handle unaligned mbufs properly in mb86960_write_mbufs(). (from ne2000.c) - Fix a signed/unsigned comparision warning. - Add definitions of status bits in the RX packed header. - Change types of some members in mb86960_softc. 2002-10-04- Merge dev/ic/ate_subr.c into dev/ic/mb86960.c since it only has EEPROMtsutsui read function which can also be used for other MB86965 based boards. - Rewrite EEPROM read function as per 93C06 EEPROM datasheet. - Misc cleanup. 2002-10-02Add trailing ; to CFATTACH_DECL.thorpej 2002-09-30Use CFATTACH_DECL().thorpej 2002-09-28Move AT1700/RE2000 EEPROM definitions from isa/if_fereg.h to ic/ate_subr.h.tsutsui XXX Maybe all stuff in ate_subr.* should be merged into ic/mb86960*.[ch]. 2002-09-27Declare all cfattach structures const.thorpej 2001-11-13add RCSIDlukem 2001-04-23Compact autoconf info by printing the IRQ number togetherjdolecek with 'at mca0 slot foo' info. 2001-03-31Add driver for AT1720 MCA cards. This uses generic MB86960 support code,jdolecek and shares some bits with ISA AT1700 driver. Gee, this one was really easy :) This card turned out to be quite good performer - I get about 360KB/s on 386DX PS/2 machine, which is best of all supported cards so far. Tested with AT1720T, card donated by David Brownlee.