aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sn/if_snreg.h
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate dead codeWarner Losh2005-09-221-6/+0
| | | | Notes: svn path=/head/; revision=150459
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
| | | | Notes: svn path=/head/; revision=139749
* Convert to bus_space.Warner Losh2003-10-251-8/+4
| | | | | | | | | | | | Make the pccard attachment work with NEWCARD Start locking of the driver, but only the macros are defined right now Tested on: Megahertz CC10BT/2 # (These cards are very popular on ebay these days, and run < $10 including # shipping from some sellers). Notes: svn path=/head/; revision=121514
* Add support for SMC91C100FD chip of MELCO LPC-TX.Toshihiko ARAI2001-01-151-0/+1
| | | | | | | | | | sn1 at port 0x240-0x24f irq 10 slot 0 on pccard0 sn1: SMC91C100FD UTP MAC address 00:a0:dc:22:26:8c Submitted by: "KOMURO" <komujun@nifty.com> Notes: svn path=/head/; revision=71060
* Newbusify the driver.Warner Losh1999-12-221-31/+0
| | | | | | | | | | | | | | | | | | | Add support, kinda, for megaheartz xjack nic cards. This support works well for one machine per ethernet segment because it hard codes the MAC address. The pccardd in -current doesn't have support to parse the ethernet address from the CIS in the funky way that the megaheartz card does things (it includes it in the info tuple, as ascii, which is non-standard). I'd rather kludge this for the moment and work to read the CIS from the kernel rather than mess with pccardd. The isa attachment is untested. The pccard attachment is known to work since I'm committing over it. Card Obtained from: Chris D. Faulhaber <jedger@fxp.org> Notes: svn path=/head/; revision=54994
* Driver for the smc91xx series of ethernet chips. Ported from PAO toWarner Losh1999-12-181-0/+447
3.3R and then to -current. The pccard support has been left in the driver, but is presently non-functional because we are using the isa_compat layer for the moment. Obtained From: PAO Sponsored by: Timing Solutions Notes: svn path=/head/; revision=54773