summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa
Commit message (Expand)AuthorAgeFilesLines
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-2531-156/+19
* This patch clears the way for removing a number of tty relatedphk1999-09-258-172/+68
* Remove NBPF conditionality of bpf calls in most of our network drivers.phk1999-09-2517-185/+3
* Switch the order of a two tests so that the error actually has to occurobrien1999-09-241-1/+1
* Fix a commit that shouldn't have snuck in. Rev 1.12 was a part of thepeter1999-09-231-0/+5
* As suggested by phk, unconditionalize BPF support in these drivers. Sincewpaul1999-09-231-9/+0
* Print out flags valuephk1999-09-211-0/+2
* Set si_iosize_max rather than d_maxio.phk1999-09-201-12/+7
* Trying to set BAD144 handling on a CD is sufficiently "Dont Do Thatphk1999-09-203-9/+0
* Add a DSO_BAD144 flag which indicates that the driver actually understandphk1999-09-201-1/+1
* if_edreg.h moved...phk1999-09-201-1/+1
* Make if_ed work again on pci, isa, isapnp. The hack to make it work onpeter1999-09-203-1182/+2
* Make `ed' PC-Cards work again. It has been over two weeks that laptopobrien1999-09-191-470/+384
* This adds support for the 3Com Megahertz 574B ethernet 16-bit PC-Card.obrien1999-09-191-19/+54
* Use devstat_end_transaction_buf() rather than Use devstat_end_transaction()phk1999-09-184-20/+4
* wlinit() must be called to recalculate the multicast filter.roberto1999-09-151-0/+2
* The sense of probes has inverted. They return an error, rather thanpeter1999-09-131-7/+7
* Removed diskerr()'s unused d_name arg and updated callers. This fixesbde1999-09-131-1/+1
* Change scheduling to use on the fly determination rather than presorting.phk1999-09-121-156/+137
* Invoke smp_rendezvous_action() using the a.out compatible asnames.hmsmith1999-09-101-1/+1
* Changes to centralise the default blocksize behaviour.julian1999-09-095-14/+8
* Don't register a bmajor.phk1999-09-082-7/+2
* 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
OpenPOWER on IntegriCloud