summaryrefslogtreecommitdiff
path: root/sys/dev/si
Commit message (Expand)AuthorAgeFilesLines
* Always leave SP_DCEN on (monitor DCD). Otherwise the firmware *really*Peter Wemm2000-01-252-2234/+2249
* Ack! I totally botched the pci probe routine which resulted in it tryingPeter Wemm2000-01-241-6/+10
* A bit more newbusification of si. This still isn't quite finished.Peter Wemm2000-01-248-601/+747
* Initial attempt at newbusification of the specialix si/xio/sx driver.Peter Wemm2000-01-233-465/+491
* Fix some -Wunused warningsPeter Wemm1999-11-182-4/+0
* Zap cdevsw_add() - the make_dev's take care of it and don't usePeter Wemm1999-10-081-10/+0
* Introduce ttyread() and ttywrite() which do the canonical thing.Poul-Henning Kamp1999-09-281-25/+1
* Remove five now unused fields from struct cdevsw. They should neverPoul-Henning Kamp1999-09-251-5/+0
* This patch clears the way for removing a number of tty relatedPoul-Henning Kamp1999-09-251-23/+9
* Null commit to get last commit message recorded:Poul-Henning Kamp1999-08-301-0/+1
* *** empty log message ***Poul-Henning Kamp1999-08-301-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
* A few style changes (fixes hopefully) and some more tidying up. Fix (?)Peter Wemm1999-08-271-101/+104
* Don't return 0 for an unknown ioctl (!). This was breaking ppp(8).Peter Wemm1999-08-271-10/+9
* Convert DEVFS hooks in (most) drivers to make_dev().Poul-Henning Kamp1999-08-231-39/+8
* printf("%x",dev); -> printf("%s",devtoname(dev));Nick Sayer1999-08-181-11/+11
* Simplify cdevsw registration.Poul-Henning Kamp1999-05-311-7/+2
* This commit should be a extensive NO-OP:Poul-Henning Kamp1999-05-301-7/+21
* Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:Peter Wemm1999-05-091-5/+1
* Fix some of the places where too much inside knowledge about major/minorPoul-Henning Kamp1999-05-081-3/+3
* These two drivers have not been converted for newbus eisa yet.Peter Wemm1999-05-021-1/+6
* s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.Dmitrij Tejblum1999-04-281-2/+2
* Suser() simplification:Poul-Henning Kamp1999-04-271-6/+6
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tPeter Wemm1999-04-241-1/+5
* Staticize.Eivind Eklund1999-04-112-2/+2
* SX ISA cards are only 32k wide in 8 bit mode (which is the onlyNick Sayer1999-03-301-2/+2
* Update Specialix download microcode for the transputer based serial hostPeter Wemm1999-03-241-2142/+2246
* Use suser() to check for super user rather than examining cr_uid directly.Poul-Henning Kamp1999-01-301-2/+3
* Silence warnings.Eivind Eklund1999-01-121-3/+3
* Fixed printf format errors. `struct eisa_device' uses a strange typeBruce Evans1998-08-231-8/+8
* Added D_TTY to the cdevswitch flags for all tty drivers. This is requiredBruce Evans1998-08-231-9/+9
* Cast an int to (intptr_t) before casting it to (void *).Bruce Evans1998-08-161-4/+4
* Fixed yet more ioctl breakage due to the type of the `cmd' arg chaningingBruce Evans1998-08-161-6/+6
* Add a macro tweak.Steve Price1998-06-132-4/+5
* Correct name and number for sxdc modulesPoul-Henning Kamp1998-06-101-3/+3
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-2/+2
* Removed unused #includes.Bruce Evans1998-03-281-2/+1
* Several changes:Peter Wemm1998-03-233-283/+518
* New versions of Specialix host card download code.Peter Wemm1998-03-232-0/+3466
* merge from 2.2Peter Wemm1998-03-211-2/+3
* Merge from 2.2, plus some other changes. In the config file entry,Peter Wemm1998-03-211-48/+66
* Update to support SI/XIO PCI host cards (Z280 based) and the enhancedPeter Wemm1998-02-153-10/+235
* Implement the spirit but not the letter of Terrys hot-char patch.Poul-Henning Kamp1998-02-131-13/+2
* Make the debug options new-style.Eivind Eklund1998-01-311-1/+2
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.Eivind Eklund1998-01-241-1/+2
* Make COMPAT_43 and COMPAT_SUNOS new-style options.Eivind Eklund1997-12-161-1/+3
* Use ENOIOCTL instead of -1 (= ERESTART) for tty ioctls that areBruce Evans1997-12-061-3/+3
* aha1542.c aic6360.c cy.c fd.c ft.cJustin T. Gibbs1997-09-211-4/+4
* ipl.h:Justin T. Gibbs1997-09-211-1/+4
* Update select -> poll in drivers.Peter Wemm1997-09-141-2/+2