summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/stallion.c
Commit message (Expand)AuthorAgeFilesLines
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-10/+6
* Move suser() and suser_xxx() prototypes and a related #define fromphk2000-10-291-1/+0
* Fix typo (accessable --> accessible).alex2000-06-141-1/+1
* Mass update of isa drivers using compatability shims to usepeter2000-05-281-1/+6
* Introduce ttyread() and ttywrite() which do the canonical thing.phk1999-09-281-38/+2
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* This patch clears the way for removing a number of tty relatedphk1999-09-251-22/+8
* Fix various trivial warnings from LINTphk1999-08-281-3/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Use devtoname() to print dev_t's instead of casting them to long or u_longbde1999-08-231-8/+8
* Simplify cdevsw registration.phk1999-05-311-7/+2
* This commit should be a extensive NO-OP:phk1999-05-301-7/+21
* Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:peter1999-05-091-5/+1
* Fix some of the places where too much inside knowledge about major/minorphk1999-05-081-15/+14
* Fix up a few easy 'assignment used as truth value' and 'suggest parenspeter1999-05-061-2/+3
* s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.dt1999-04-281-2/+2
* Suser() simplification:phk1999-04-271-4/+4
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tpeter1999-04-241-1/+5
* Use suser() to check for super user rather than examining cr_uid directly.phk1999-01-301-3/+4
* Silence warnings.eivind1999-01-121-3/+3
* Initialize isa_devtab entries for interrupt handlers in individualbde1998-10-221-2/+5
* Fixed printf format errors.bde1998-08-231-18/+23
* Added D_TTY to the cdevswitch flags for all tty drivers. This is requiredbde1998-08-231-7/+8
* This commit fixes various 64bit portability problems required fordfr1998-06-071-2/+2
* Support compiling with `gcc -ansi'.bde1998-04-151-7/+7
* Removed unused #includes.bde1998-03-281-2/+1
* Implement the spirit but not the letter of Terrys hot-char patch.phk1998-02-131-8/+2
* Staticize.eivind1998-02-091-5/+5
* Make COMPAT_43 and COMPAT_SUNOS new-style options.eivind1997-12-161-1/+3
* Use ENOIOCTL instead of -1 (= ERESTART) for tty ioctls that arebde1997-12-061-3/+3
* Update select -> poll in drivers.peter1997-09-141-2/+2
* Removed unused #includes.bde1997-07-201-4/+1
* Remove unneeded prototype (and warning) for stlintr().davidn1997-03-241-2/+1
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includebde1997-03-241-2/+1
* Make stlintr() public to allow correct linkage.davidn1997-03-241-3/+3
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.bde1997-03-231-2/+2
* Submitted by: Greg Ungerer <gerg@stallion.oz.au>davidn1997-03-131-25/+36
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Remove devconf, it never grew up to be of any use.phk1996-09-061-2/+1
* Clean up -Wunused warnings.gpalmer1996-06-121-11/+8
* Add $Id$peter1996-05-041-6/+7
* Import kernel parts of the v0.0.5alpha Stallion driver(s).peter1996-05-041-56/+263
* Import v0.0.4alpha of the Stallion driver.peter1996-05-041-2/+2
* Import v0.0.3alpha of Stallion driver.peter1996-05-041-48/+274
* Import v0.0.2 alpha of the Stallion driverpeter1996-05-041-53/+139
* Initial import of driver for the Stallion EasyIO and EasyConnection 8/32peter1996-05-041-0/+2601
OpenPOWER on IntegriCloud