summaryrefslogtreecommitdiff
path: root/sys/arch/i386/include/pio.h
AgeCommit message (Collapse)Author
1999-03-09add more 'cc' usage, actually overestimating gcc's smartness; also fix ↵Michael Shalayeff
currently unused bus macros. kids tested mother approved
1999-01-31Fix clobbers so that GENERIC may compile with egcs.Marc Espie
Historically, the documentation of extended asm was lacking, namely you should NOT specify the same register as an input, and a clobber. If the register is clobbered, it should be specified as an output as well, e.g., by linking input and output through the "number" notation. (Beware of lvalues, some local variables needed...) In older versions, up-to egcs1.1.1, the compiler did not even warn about it, but it was liable to output bad code. Newer egcs are pickier and simply refuse to swallow such code.
1997-11-10Use vfs lite2 lockmanager. Add advisory locking. some KNF.Niklas Hallqvist
some extra pathconf ops supported.
1996-04-18Merge of NetBSD 960317Niklas Hallqvist
1996-04-17Cleanups & fixes from latest NetBSD primarily to run doscmd, etc.Michael Shalayeff
GENERIC added to the compile/.cvsignore (it is used for 'make links' for example), thus conf/GENERIC should appear magically ...
1995-12-21from netbsd:Theo de Raadt
Use explicit integer sizes. Adjust constraints for GCC 2.7.2. parts by niklas
1995-10-18initial import of NetBSD treeTheo de Raadt