summaryrefslogtreecommitdiff
path: root/sys/dev/sbus
AgeCommit message (Collapse)Author
2001-11-28KNFJason Wright
2001-11-28grr... include bpfilter.h for NBPFILTERJason Wright
2001-11-28be sure to call ether_ioctl, like everyone else.Jason Wright
also, complain if we don't get an interrupt established. current state: be doesn't interrupt, qe gets rx/tx sbus dma errors *sigh*
2001-11-27remove sc_enaddr and just put the ethernet address into arpcom.ac_enaddr.Jason Wright
2001-10-06add sbus frontend for ispJason Wright
2001-10-01simplification:Jason Wright
don't need to mute the monitor when changing modes (cs4231 mutes it automatically when entering MODE_CHANGE_ENABLE is set). Remember the last format/xtal/speed selection and avoid resetting it if we're using the same one again. Also, simplify the volume/mute setup.
2001-10-01get rid of local copy of cs4231reg.h (and get defns from dev/ic/ad1848reg.hJason Wright
and dev/ic/cs4231reg.h). Move APC DMA goop into its own file in dev/ic.
2001-10-01first step at getting rid of local cs4231reg copy: get register numbersJason Wright
from sys/dev/ic/ad1848reg and sys/dev/ic/cs4231reg
2001-09-30prettyJason Wright
2001-09-30oops, get rid of debugging printfJason Wright
2001-09-30big clean up of commit operation (and register defns)Jason Wright
2001-09-30driver for SUNW,CS4231 (doesn't quite sound right yet =), but is mostly there.Jason Wright
Mostly a port from sparc, but bits from NetBSD.
2001-09-27Huge merge with NetBSD. For full details look at their revision history ↵Jason Wright
(1.26 -> 1.83)... Highlights: o tag queue support o fas366 support (doesn't work yet on sparc, but does on sparc64) o tons more (thanks to hugh, fgsch and beck for testing)
2001-09-26bad me, don't break current builds with uncomitted dependent changes.Jason Wright
2001-09-25pretty up attach messages (as best as possible) for fas.Jason Wright
pull in reset fix for ESC revsions from NetBSD
2001-09-12get sc_bustag and sc_dmatag from attach.Jason Wright
2001-08-31implement autoconf mechanism using device_register(); from NetBSD.Jason Wright
2001-08-21sbus specific driver for hme (from netbsd)Jason Wright
2001-08-21rcsidJason Wright
2001-08-21esp driver from NetBSD (compiles and even probes disks =)Jason Wright
2001-08-21need cfdriver for dmaJason Wright
2001-08-20qec+be (another driver originally written under OpenBSD, but pulled intoJason Wright
this heirarchy from the NetBSD tree... and who says the projects don't work together).
2001-08-20add qec+qe stuff from NetBSD (originally from OpenBSD... funny circle, eh?)Jason Wright
including: - OpenBSD style boot determination - local version of media handling - other local modifications, too.
2001-08-20$OpenBSD$Jason Wright
2001-08-20modifications to support OpenBSD/sparc style bootpath determinationJason Wright
2001-08-19remove dependence on lancereg.h/lancevar.hJason Wright
2001-08-19enough from netbsd to get le at ledma attachedJason Wright
2001-08-19RCSidJason Wright
2001-08-18import sbus stuff from netbsd (not a lot of mods).Jason Wright