summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/dev
AgeCommit message (Expand)Author
2001-03-03cnkqfilter for sparcNiels Provos
2001-02-22ifdef sparc -> ifdef __sparc__Artur Grabowski
2001-02-20for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ okMichael Shalayeff
2001-02-12set default adapter role, propage config flagsmjacob
2001-01-30- make hme_put() a little neaterJason Wright
2001-01-30- take advantage of the fact that qe's and be's require qec's and moveJason Wright
2001-01-30borrow an idea from if_rl... take advantage of HME_RX_OFFSET and useJason Wright
2001-01-30new timeoutsJason Wright
2001-01-23three small bugs pointed out by Adam <vt@ikp.pl>Jason Wright
2001-01-20if using serial console, do not apply graphics rows/cols to tty settings; joo...Theo de Raadt
2001-01-15- increase the amount of space mapped for dvma on sun4mJason Wright
2000-11-28How did this work?Jason Wright
2000-11-28Repair: grrrrrr... brought in wrong changes -again-Jason Wright
2000-11-28oops, not yetJason Wright
2000-11-28remove statics and knfJason Wright
2000-11-17seems the qe/mace combination needs a delay between accesses to theJason Wright
2000-11-16- remove other media types, the MACE isn't as bright as one would hopeJason Wright
2000-11-16wait for the MACE to figure out whether it has media or not, and thenJason Wright
2000-11-16- Fix the NMI problem: it seems the qec channel reset also resets the MACE, andJason Wright
2000-11-10seperate -> separate, okay aaron@Niels Provos
2000-11-07Race conditions make it hard for us to know if the interrupt was for us.Artur Grabowski
2000-10-16quiet these puppies down- this OpenBSD, not some callow system like NetBSDmjacob
2000-10-16Update OpenBSD with respect to Solaris/FreeBSD/NetBSD/Linux versions.mjacob
2000-09-21initialize sc_link.openings to it's (currently) default value of 4Michael Shalayeff
2000-09-18fix reversed muting; patch from: jason@Brad Smith
2000-07-14on a SparcStation Voyager, the 2nd zs device does not exist.Theo de Raadt
2000-07-11NKDD? no -- NKBD, bad mjacobTheo de Raadt
2000-07-07Fix some spl handling.Artur Grabowski
2000-07-06Change splsoftclock() call to spllowersoftclock() to conform with otherHakan Olsson
2000-07-06Use isp_handle_index functions. Reorder when things getmjacob
2000-07-05Fix spl-handling in cnstart.Artur Grabowski
2000-07-05Change splsoftclock to spltty. spltty is probably too paranoid, but it'sArtur Grabowski
2000-07-05OpenBSD-tagArtur Grabowski
2000-07-04missing splxArtur Grabowski
2000-07-04Missing splx.Artur Grabowski
2000-06-28look in kbd.h to see whether we have configured a keyboardmjacob
2000-06-18don't reset the chip on NORXD, and certainly don't print a message about itJason Wright
2000-06-18remove unused junkJason Wright
2000-06-18hmm, you'd never know these started out as if_ie.c....Jason Wright
2000-06-12move cfdriver to ncr53c9x.c and device declaration to conf/files.Federico G. Schwindt
2000-06-02rework interrupt handling completely, and be more careful with the CD180Jason Wright
2000-05-18add machdep.vsyncblank sysctl for controlling whether vsync is disabledJason Wright
2000-03-22allow opening of the fga char deviceJason Wright
2000-03-03$OpenBSD$Todd T. Fries
2000-02-20Add support for CDBs > 12 bytes.mjacob
2000-01-09Do the bootpath_store dance so we can boot off of a disk attachedmjacob
1999-12-10fix rx mbuf allocationJason Wright
1999-12-08fix mbuf chain allocation to comply with m_devget() wayJason Wright
1999-12-08fix mbuf chain allocation to comply with m_devget() way.Jason Wright
1999-12-08make sure video timing is enabled (not always done by prom); NetBSD.Jason Wright