summaryrefslogtreecommitdiffstats
path: root/sys/pc98/cbus/olpt.c
Commit message (Expand)AuthorAgeFilesLines
* - Move lptreg.h into pc98/cbus and rename to olptreg.h.nyan2005-05-101-1/+1
* - Remove ifdef PC98.nyan2005-04-131-166/+1
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-4/+4
* Add missing <sys/module.h> includes.phk2004-06-071-0/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-2/+2
* Device megapatch 4/6:phk2004-02-211-0/+2
* Device megapatch 1/6:phk2004-02-211-2/+0
* Replace evil abuse of geteblk() with malloc(9).phk2003-06-161-6/+5
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+6
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).des2003-03-021-5/+5
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-301-1/+1
* KSE changes for olpt driverimp2001-09-141-3/+3
* Removed PLIP support.nyan2001-07-311-656/+0
* Convert the olpt driver to using new-bus stuff.nyan2001-07-291-67/+103
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* Lock down the network interface queues. The queue mutex must be obtainedjlemon2000-11-251-14/+8
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Update of isa drivers using compatability shims to use COMPAT_ISA_DRIVER().nyan2000-05-311-1/+9
* Fixed header file path (machine/lpt.h -> dev/ppbus/lptio.h).nyan2000-05-261-1/+1
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-0/+1
* Fixed to support old parallel interface.nyan2000-03-161-2/+8
* - Fixed warnings.nyan2000-01-041-9/+2
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* Remove NBPF conditionality of bpf calls in most of our network drivers.phk1999-09-251-9/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add PHK's make_dev() into more places where DEVFS used to bejulian1999-08-271-18/+4
* Rename bpfilter to bpf.des1999-07-061-6/+6
* New parallel port support for PC98. Old PC98s which havekato1999-06-181-0/+1473
OpenPOWER on IntegriCloud