aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/config/mkioconf.c
Commit message (Expand)AuthorAgeFilesLines
* Borrow phk's axe and apply the next stage of config(8)'s evolution.Peter Wemm2000-06-131-200/+0
* Mark the 'conflicts' keyword as obsolete, and don't generate (unused)Peter Wemm2000-01-291-4/+0
* Remove the cam-specific device wiring code. This was a duplicate ofPeter Wemm2000-01-231-83/+0
* Clean up something in config(8) that has annoyed me for ages. RemovePeter Wemm2000-01-231-0/+4
* Fix a bungle with the CAM static wiring tables. Write CAMCONF_UNSPECPeter Wemm2000-01-121-4/+4
* Apply the axe to some more cruft in config(8). In particular:Peter Wemm2000-01-081-77/+28
* Allow config to generate proper ioconf.c files when devices request DMAAndrew Gallatin1999-11-221-1/+1
* Further cleanup. Also remove the following unused or defunct tokens:Peter Wemm1999-10-101-8/+5
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* More cleanups, tweaks and features.Peter Wemm1999-04-241-4/+4
* The Alpha probably wouldn't appreciate getting the pc98 isa portPeter Wemm1999-04-191-4/+4
* Use pc98/pc98/pc98.h instead of isa/isareg.h in PC98 kernel.KATO Takenori1999-04-181-2/+5
* Further cleanups. i386_ioconf.c and alpha_ioconf.c were essentially thePeter Wemm1999-04-181-80/+10
* Get out the blow torch and hack away all the unused stuff. Note thatPeter Wemm1999-04-171-1003/+12
* Corresponding minimal changes for kernel configuration after new-busPeter Wemm1999-04-161-103/+127
* Oops, really don't generate compiler warnings about missing braces.Bruce Evans1999-02-051-3/+3
* Don't generate compiler warnings about missing braces.Bruce Evans1999-02-051-3/+3
* Fix the handling of certain devices.Mark Murray1999-02-041-3/+9
* * Change 'struct resource' to 'struct config_resource'.Doug Rabson1998-11-151-2/+2
* Ignore `vector xxxintr' specifications except for checking their syntax.Bruce Evans1998-10-231-26/+7
* Don't generate unused file ioconf.h.Bruce Evans1998-10-161-39/+6
* Snip out some dead code from the alpha part.Doug Rabson1998-09-161-65/+1
* Build CAM hardwiring info.Justin T. Gibbs1998-09-151-70/+12
* add missing sys/queue.hAndrey A. Chernov1998-09-041-1/+2
* Reviewed by: Doug RabsonNicolas Souchu1998-09-031-1/+17
* Dump out ISA device resources for alpha.Doug Rabson1998-07-211-1/+100
* Don't generate declarations for isa device structs in "ioconf.h".Bruce Evans1998-06-171-18/+5
* Add (mostly stub) alpha support. Incidentally, it doesn't build on stableDoug Rabson1998-06-091-1/+104
* Support PC-98 machine.KATO Takenori1998-05-021-3/+6
* Scaffolding for High Availability code. The actual code will probablyEivind Eklund1998-04-021-1/+2
* Add isa_devtab_cam.Justin T. Gibbs1997-09-211-1/+2
* Wrap too long lines.Philippe Charnier1997-09-171-2/+2
* Use err(3), add usage(). -Wall clean.Philippe Charnier1997-09-151-41/+52
* Reserve a placeholder for 4 SMP ipi interrupts in the same way thatPeter Wemm1997-03-291-1/+1
* Remove support for "port none" and "port auto", it gains nothing,Andrey A. Chernov1997-03-281-1/+1
* Add #define's for port "none" and "auto"Andrey A. Chernov1997-03-261-2/+2
* Print negative values only for two cases usedAndrey A. Chernov1997-03-251-3/+3
* Fix iobase printing for autodetect and none casesAndrey A. Chernov1997-03-251-1/+3
* Backout yacc changes.Poul-Henning Kamp1996-06-021-1/+1
* yacc rule changes.Poul-Henning Kamp1996-05-301-1/+1
* Implemented a new keyword `disable'. This should be useful for controllingBruce Evans1996-04-131-4/+5
* Count PCI irqs in up to 4 ISAish counters named `pci irqnn' instead ofBruce Evans1996-03-291-1/+1
* Make a little more effort to avoid touching certain generated files ifPeter Wemm1996-01-121-4/+6
* Support the configuration of "od" devices.Joerg Wunsch1995-10-311-1/+1
* Put declarations in a header file ("ioconf.h")Bruce Evans1995-09-191-72/+113
* Allow the specification of the controller bus when wiring down scsi buses.Justin T. Gibbs1995-07-171-4/+5
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* Revise this to actually print all the various isa_device field valuesJordan K. Hubbard1995-05-111-5/+5
* Add a new `conflicts' flag for telling when a device is in conflict withJordan K. Hubbard1995-05-111-3/+3
* Change warning message for when a device is wired to a floatingPeter Dufault1995-03-071-3/+8