Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-11-28 | KNF | Jason Wright | |
2001-11-28 | grr... include bpfilter.h for NBPFILTER | Jason Wright | |
2001-11-28 | be 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-27 | remove sc_enaddr and just put the ethernet address into arpcom.ac_enaddr. | Jason Wright | |
2001-10-06 | add sbus frontend for isp | Jason Wright | |
2001-10-01 | simplification: | 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-01 | get rid of local copy of cs4231reg.h (and get defns from dev/ic/ad1848reg.h | Jason Wright | |
and dev/ic/cs4231reg.h). Move APC DMA goop into its own file in dev/ic. | |||
2001-10-01 | first step at getting rid of local cs4231reg copy: get register numbers | Jason Wright | |
from sys/dev/ic/ad1848reg and sys/dev/ic/cs4231reg | |||
2001-09-30 | pretty | Jason Wright | |
2001-09-30 | oops, get rid of debugging printf | Jason Wright | |
2001-09-30 | big clean up of commit operation (and register defns) | Jason Wright | |
2001-09-30 | driver 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-27 | Huge 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-26 | bad me, don't break current builds with uncomitted dependent changes. | Jason Wright | |
2001-09-25 | pretty up attach messages (as best as possible) for fas. | Jason Wright | |
pull in reset fix for ESC revsions from NetBSD | |||
2001-09-12 | get sc_bustag and sc_dmatag from attach. | Jason Wright | |
2001-08-31 | implement autoconf mechanism using device_register(); from NetBSD. | Jason Wright | |
2001-08-21 | sbus specific driver for hme (from netbsd) | Jason Wright | |
2001-08-21 | rcsid | Jason Wright | |
2001-08-21 | esp driver from NetBSD (compiles and even probes disks =) | Jason Wright | |
2001-08-21 | need cfdriver for dma | Jason Wright | |
2001-08-20 | qec+be (another driver originally written under OpenBSD, but pulled into | Jason Wright | |
this heirarchy from the NetBSD tree... and who says the projects don't work together). | |||
2001-08-20 | add 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-20 | modifications to support OpenBSD/sparc style bootpath determination | Jason Wright | |
2001-08-19 | remove dependence on lancereg.h/lancevar.h | Jason Wright | |
2001-08-19 | enough from netbsd to get le at ledma attached | Jason Wright | |
2001-08-19 | RCSid | Jason Wright | |
2001-08-18 | import sbus stuff from netbsd (not a lot of mods). | Jason Wright | |