summaryrefslogtreecommitdiffstats
path: root/sys/dev/sr/if_srregs.h
Commit message (Collapse)AuthorAgeFilesLines
* Garbage collect unbuildable and unusable non-MPSAFE network devicerwatson2009-04-161-211/+0
| | | | | | | | | | | drivers that depended on the historic IFF_NEEDSGIANT compatibility mechanism: ar(4) ray(4) sr(4) Discussed on: arch@
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
|
* Use bus_space*() instead of in*() and out*().jhay2003-04-231-18/+30
|
* Fix the rest of the 64-bit warnings for the sr(4) driver.jhb2002-11-071-4/+4
|
* Newbusify the sr device and move it to its new location.jhay2001-01-301-1/+77
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
| | | | ready for it yet.
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Add support for the SDL RISCom N2pci cards. Bring in the enhancementsjhay1996-10-291-9/+41
| | | | made to the Arnet driver.
* This driver supports the SDL Communications RISCom/N2 ISA cards that isjhay1996-07-051-0/+91
based on the HD64570 chip. Both the 1 and 2 port cards is supported. Line speeds of up to 2Mbps is possible. At this speed about 95% of the bandwidth is usable with 486DX processors. The standard FreeBSD sppp code is used for the link level layer. The default protocol used is PPP. The Cisco HDLC protocol can be used by adding "link2" to the ifconfig line in /etc/sysconfig or where ever ifconfig is run. At the moment only the X.21 interface is tested. The others may need tweaks to the clock selection code.
OpenPOWER on IntegriCloud