aboutsummaryrefslogtreecommitdiff
path: root/sys/pc98
Commit message (Expand)AuthorAgeFilesLines
* MFi386: fix a comment.Ruslan Ermilov2005-01-171-1/+1
* In my last commit, I'd assumed that LINE30 was always defined. ItWarner Losh2005-01-094-0/+58
* LINE30 is always defined now, so unifdef -DLINE30 for clarity.Warner Losh2005-01-082-42/+0
* Merge module.h into 30line.h and remove it. It lacked aWarner Losh2005-01-083-69/+10
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-0718-18/+18
* These are no longer relevant. They are scripts for extracting hintsWarner Losh2005-01-071-109/+0
* o Use tab instead of spaces for puc(4) line.Jun Kuriyama2005-01-051-3/+3
* Remove old wdc driver completely.Yoshihiro Takahashi2005-01-041-8/+0
* Catchup to wd removalWarner Losh2005-01-041-12/+0
* Remove last vestiges of old wd driver. ata works well on pc98 andWarner Losh2005-01-047-5548/+0
* MFi386: revision 1.421.Yoshihiro Takahashi2005-01-021-2/+2
* 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