aboutsummaryrefslogtreecommitdiff
path: root/sys/pc98
Commit message (Expand)AuthorAgeFilesLines
* Fix comment.Poul-Henning Kamp2004-12-222-2/+2
* Separate mse driver into a core driver and a bus attachments. Separate outWarner Losh2004-12-121-1075/+0
* Don't include sys/user.h merely for its side-effect of recursivelyDavid Schultz2004-11-272-4/+4
* U areas are going away, so don't allocate one for process 0.David Schultz2004-11-202-4/+0
* Initiate deorbit burn sequence for 80386 support in FreeBSD: RemoveJohn Baldwin2004-11-164-14/+2
* MFi386: revision 1.1170Yoshihiro Takahashi2004-11-101-3/+5
* Add FL_MFM flag to the fd_native_types structure.Yoshihiro Takahashi2004-11-092-4/+4
* MFi386: revision 1.420 (Reduce annoying SCSI probing delay).Yoshihiro Takahashi2004-11-041-1/+1
* - Change the ddb paging "support" to use a variable (db_lines_per_page) toJohn Baldwin2004-11-012-2/+2
* MFi386: revision 1.599 (Preserve dcons(4) buffer passed by loader(8).)Yoshihiro Takahashi2004-10-302-2/+34
* Don't set si_bsize_phys.Poul-Henning Kamp2004-10-291-4/+1
* Disable ed1 - ed12.Yoshihiro Takahashi2004-10-241-0/+24
* use bioq_takefirst()Poul-Henning Kamp2004-10-231-5/+2
* Use bioq_takefirst()Poul-Henning Kamp2004-10-222-8/+4
* Merged from sys/dev/sio/sio.c (Use generic tty code).Yoshihiro Takahashi2004-10-152-180/+90
* Remove unused variable.Nate Lawson2004-10-152-2/+0
* Remove local hacks to set flags now that the device probe does this for us.Nate Lawson2004-10-142-4/+0
* Use generic tty code instead of local stuff.Poul-Henning Kamp2004-10-132-1046/+214
* Add more PnP serial cards support.Yoshihiro Takahashi2004-10-012-22/+38
* Merged from sys/dev/sio/sio.c: more tty related changes.Yoshihiro Takahashi2004-09-202-18/+20
* Use tty->t_sc, ttyalloc() and lock/init termios from struct tty.Poul-Henning Kamp2004-09-172-142/+114
* Include <sys/malloc.h> to satisfy new isa_dma stuff.Poul-Henning Kamp2004-09-172-0/+2
* Add new a function isa_dma_init() which returns an errno when it failsPoul-Henning Kamp2004-09-152-28/+24
* Add device driver support for the VIA Networking TechnologiesBill Paul2004-09-101-0/+3
* Switch the default scheduler to 4BSD to match what will go into RELENG_5 soon.Scott Long2004-09-071-1/+3
* Refactor a bunch of scheduler code to give basically the same behaviourJulian Elischer2004-09-052-2/+2
* MFi386: revision 1.1172.Ruslan Ermilov2004-09-021-13/+19
* Kill count device support from config. I've changed the last fewPeter Wemm2004-08-303-16/+8
* Remove the HW_WDOG option; it serves no purpose.Dag-Erling Smørgrav2004-08-291-2/+0
* Always compile PFIL_HOOKS into the kernel and remove the associated kernelAndre Oppermann2004-08-271-1/+0
* Merged from sys/dev/fdc/fdc.c revision 1.283.Yoshihiro Takahashi2004-08-222-8/+0
* MFi386: revision 1.597.Yoshihiro Takahashi2004-08-052-0/+6
* MFi386: revision 1.410.Yoshihiro Takahashi2004-08-051-0/+1
* Making a loadable null.ko for /dev/(null|zero) proved ratherMark Murray2004-08-031-1/+0
* MFi386: revision 1.1167Yoshihiro Takahashi2004-08-011-0/+4
* Break out the MI part of the /dev/[k]mem and /dev/io drivers intoMark Murray2004-08-011-1/+3
* Merged from sys/dev/sio/sio.c revision 1.450.Yoshihiro Takahashi2004-07-242-2/+4
* MFi386: revision 1.596.Yoshihiro Takahashi2004-07-192-0/+6
* In -CURRENT pseudo devices are not statically assigned at compile time,Maxim Konovalov2004-07-181-1/+1
* Rename the sound device drivers.Yoshihiro Takahashi2004-07-172-12/+14
* Merged from the following changes.Yoshihiro Takahashi2004-07-176-60/+88
* Preparation commit for the tty cleanups that will follow in the nearPoul-Henning Kamp2004-07-152-4/+4
* Move the fdc_alloc_resources function into the bus front end.Yoshihiro Takahashi2004-07-154-412/+166
* Unbreak LINT: device card no longer takes a count.Dag-Erling Smørgrav2004-07-141-1/+1
* oldcard's card device no longer requires a countWarner Losh2004-07-131-1/+1
* Merged from recent fdc driver changes.Yoshihiro Takahashi2004-07-136-194/+294
* MFi386: revision 1.213.Yoshihiro Takahashi2004-07-133-48/+60
* Add ptrace_clear_single_step(), alpha already has it for years, the functionDavid Xu2004-07-132-0/+14
* Introduce ttygone() which indicates that the hardware is detached.Poul-Henning Kamp2004-07-112-76/+10
* MFi386: revision 1.212.Yoshihiro Takahashi2004-07-113-39/+33