summaryrefslogtreecommitdiff
path: root/sys/dev/si
AgeCommit message (Expand)Author
2003-03-02More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).Dag-Erling Smørgrav
2003-02-16Remove #include <sys/dkstat.h>Poul-Henning Kamp
2002-11-07Cast a pointer to uintptr_t instead ot u_int.John Baldwin
2002-10-16Be consistent about functions being static.Poul-Henning Kamp
2002-07-27Do not try and probe random PNP devices, This Is Bad.Peter Wemm
2002-07-27Make si_debug tunable.Peter Wemm
2002-04-01Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin
2001-09-12KSE Milestone 2Julian Elischer
2001-03-26Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp
2001-02-19Use ttymalloc() instead of roll-our-own.Peter Wemm
2001-02-15Extend kqueue down to the device layer.Jonathan Lemon
2000-12-08Convert more malloc+bzero to malloc+M_ZERO.David Malone
2000-10-29Move suser() and suser_xxx() prototypes and a related #define fromPoul-Henning Kamp
2000-10-29Remove unneeded #include <sys/proc.h> lines.Poul-Henning Kamp
2000-10-25This driver doesn't have a software interrupt handler, so don't attempt toJohn Baldwin
2000-10-15Remove unneeded #include <machine/clock.h>Poul-Henning Kamp
2000-01-25Always leave SP_DCEN on (monitor DCD). Otherwise the firmware *really*Peter Wemm
2000-01-24Ack! I totally botched the pci probe routine which resulted in it tryingPeter Wemm
2000-01-24A bit more newbusification of si. This still isn't quite finished.Peter Wemm
2000-01-23Initial attempt at newbusification of the specialix si/xio/sx driver.Peter Wemm
1999-11-18Fix some -Wunused warningsPeter Wemm
1999-10-08Zap cdevsw_add() - the make_dev's take care of it and don't usePeter Wemm
1999-09-28Introduce ttyread() and ttywrite() which do the canonical thing.Poul-Henning Kamp
1999-09-25Remove five now unused fields from struct cdevsw. They should neverPoul-Henning Kamp
1999-09-25This patch clears the way for removing a number of tty relatedPoul-Henning Kamp
1999-08-30Null commit to get last commit message recorded:Poul-Henning Kamp
1999-08-30*** empty log message ***Poul-Henning Kamp
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1999-08-27A few style changes (fixes hopefully) and some more tidying up. Fix (?)Peter Wemm
1999-08-27Don't return 0 for an unknown ioctl (!). This was breaking ppp(8).Peter Wemm
1999-08-23Convert DEVFS hooks in (most) drivers to make_dev().Poul-Henning Kamp
1999-08-18printf("%x",dev); -> printf("%s",devtoname(dev));Nick Sayer
1999-05-31Simplify cdevsw registration.Poul-Henning Kamp
1999-05-30This commit should be a extensive NO-OP:Poul-Henning Kamp
1999-05-09Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:Peter Wemm
1999-05-08Fix some of the places where too much inside knowledge about major/minorPoul-Henning Kamp
1999-05-02These two drivers have not been converted for newbus eisa yet.Peter Wemm
1999-04-28s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.Dmitrij Tejblum
1999-04-27Suser() simplification:Poul-Henning Kamp
1999-04-24Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tPeter Wemm
1999-04-11Staticize.Eivind Eklund
1999-03-30SX ISA cards are only 32k wide in 8 bit mode (which is the onlyNick Sayer
1999-03-24Update Specialix download microcode for the transputer based serial hostPeter Wemm
1999-01-30Use suser() to check for super user rather than examining cr_uid directly.Poul-Henning Kamp
1999-01-12Silence warnings.Eivind Eklund
1998-08-23Fixed printf format errors. `struct eisa_device' uses a strange typeBruce Evans
1998-08-23Added D_TTY to the cdevswitch flags for all tty drivers. This is requiredBruce Evans
1998-08-16Cast an int to (intptr_t) before casting it to (void *).Bruce Evans
1998-08-16Fixed yet more ioctl breakage due to the type of the `cmd' arg chaningingBruce Evans
1998-06-13Add a macro tweak.Steve Price