summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa
Commit message (Expand)AuthorAgeFilesLines
* Doug missed an isa_get_flags().peter1999-09-071-1/+1
* Change isa_get/set_flags() to device_get/set_flags().dfr1999-09-072-10/+5
* Add id_iosize as used by pccard.peter1999-09-061-0/+1
* $Id$ -> $FreeBSD$peter1999-09-051-1/+1
* machine/soundcard.h is now in the standard location - sys/soundcard.hpeter1999-09-043-3/+3
* if_ed doesn't use the wrappers anymore.peter1999-09-031-5/+0
* Commit a checkpoint of an updated if_ed driver. This is pretty muchpeter1999-09-031-394/+470
* remove some out-of-scope DEVFS references..julian1999-09-031-1/+1
* SYSINIT() needs sys/kernel.h. Include it.mdodd1999-09-031-2/+3
* This adds the i386 specific support for systems with a MicroChannelmdodd1999-09-035-4/+248
* - Added new macros ED_P1_MAR(i) and ED_P1_PAR(i) that replacekato1999-09-022-6/+9
* The ed_probe_Novell should not clear id_maddr when it fails to probe.kato1999-09-021-2/+6
* Do not call the VESA BIOS if the current video mode is not one ofyokota1999-09-021-0/+6
* So that there is no confusion, zap these now. pnpinfo(8) should compilepeter1999-09-022-964/+0
* Stub out the old pnp code till these are converted so GENERIC builds again.peter1999-09-022-2/+4
* This is part of an untested set of changes to the ed driver to supportdfr1999-09-011-0/+90
* This represents essentially a complete rewrite of the ISA PnP code. Thedfr1999-09-011-4/+0
* Set si_bsize_phys and si_bsize_max in all legacy CD drivers.phk1999-09-015-0/+10
* Try to win back the "removal of most crufty code" trophy from markm:phk1999-09-012-98/+33
* Eliminate some magic numbers.peter1999-09-011-4/+4
* C-NET(9N)C support (PC-98 only).nyan1999-08-311-13/+42
* Null commit to get last commit message recorded:phk1999-08-301-0/+1
* *** empty log message ***phk1999-08-301-2/+2
* Wrong sleep addr passed to wakeup.luoqi1999-08-301-1/+1
* Merge alpha and pc98 changes into i386 MBR handling code and replace allphk1999-08-291-441/+0
* Fix various trivial warnings from LINTphk1999-08-283-5/+2
* We don't need to pass the diskname argument all over the diskslice/labelphk1999-08-283-18/+18
* $Id$ -> $FreeBSD$peter1999-08-28114-117/+117
* - Set the correct value to va_line_width while in the ioctlyokota1999-08-271-6/+17
* - Ouch! Do not assume the VESA BIOS will preserve the upper 16 bitsyokota1999-08-271-20/+20
* A few style changes (fixes hopefully) and some more tidying up. Fix (?)peter1999-08-271-101/+104
* Don't return 0 for an unknown ioctl (!). This was breaking ppp(8).peter1999-08-271-10/+9
* Use .p2align to ensure consistant a.out/elf alignment. I'd have usedpeter1999-08-251-6/+6
* It would help if things that MUST be 32 bit aligned were really 32 bitpeter1999-08-251-3/+3
* Cast pointers to uintptr_t instead of casting them to u_long, and/or vicebde1999-08-241-2/+2
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-2330-621/+132
* Use devtoname() to print dev_t's instead of casting them to long or u_longbde1999-08-233-20/+20
* Modify the macros IMASK_UNLOCK, CPL_UNLOCK, and REL_FAST_INTR_LOCKalc1999-08-231-4/+2
* - Make binary size smaller.kato1999-08-231-6/+6
* Oops, that wasn't so clever after all. struct isa_device is still apeter1999-08-221-3/+1
* Make the identify routine add itself with priority 100 to make sure itpeter1999-08-221-2/+6
* Add an identify method to allow npx to arrange itself to be attached topeter1999-08-221-1/+18
* make pnp.h self contained, for what good it'll do since it's days arepeter1999-08-221-1/+3
* Clean up after removing sys/eventhandler.h from sys/systm.h at the lastmsmith1999-08-212-3/+5
* Implement a new generic mechanism for attaching handler functions tomsmith1999-08-212-10/+12
* Fix stupid error (xse -> xsc).mdodd1999-08-202-12/+13
* Set ifp->if_init to the right function.mdodd1999-08-204-45/+57
* Make these actually compile. I got a little delete happy pruning includesmdodd1999-08-1810-21/+52
* printf("%x",dev); -> printf("%s",devtoname(dev));nsayer1999-08-181-11/+11
* SIOCSIFADDR, SIOCGIFADDR, and SIOCSIFMTU are implemented inmdodd1999-08-1810-675/+50
OpenPOWER on IntegriCloud