summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* The nexus_attach() code works a lot better if it's actually connected topeter1999-08-234-48/+24
| | | | | the device methods... Also, don't fail to add eisa/isa because a previous device failed to attach.
* Modify the macros IMASK_UNLOCK, CPL_UNLOCK, and REL_FAST_INTR_LOCKalc1999-08-234-19/+9
| | | | to perform the s_unlock inline.
* Add 'options MFS_ROOT' back in to kernel configs -- not going to get fardwhite1999-08-234-4/+8
| | | | without that!
* Correct the inconsistent formatting in struct vm_map.alc1999-08-231-2/+2
| | | | Addendum to rev 1.47: submitted by dillon.
* struct vm_map:alc1999-08-231-2/+9
| | | | | | The lock structure cannot be the first element of the vm_map because this can result in livelock between two or more system processes trying to kmem_alloc_wait.
* Recognise the GPS receiver from Trimblen_hibma1999-08-231-0/+15
| | | | | | | | | | | | | in NMEA mode (without date). Trimble OEM Ace-II receiver. Low cost PCB with single voltage input, external active antenna and two serial ports with either NMEA and ITAPs output. Programmable to be tuned for 'time' accuracy in fixed station config. Author of tool notified. Submitted by: Dirk van Gulik <dirk.vangulik@jrc.it>
* - Make binary size smaller.kato1999-08-232-12/+12
| | | | | | - Fix typo in TDK/LANX stuff. Submitted by: chi@bd.mbn.or.jp (Chiharu Shibata)
* Fix a mistake in my last SA_SIGINFO commit. Processes could blockcracauer1999-08-231-2/+2
| | | | | | | | SIGKILL and SIGSTOP. PR: kern/13293 Submitted by: dwmalone@maths.tcd.ie Obtained from: PR had correct fix
* Updated to new keyboard driver.kato1999-08-232-256/+28
| | | | Submitted by: yokota & nyan
* Merge from sys/dev/syscons/syscons.c revision 1.319.kato1999-08-231-4/+6
| | | | Submitted by: Takahashi Yoshihiro <nyan@wyvern.cc.kogakuin.ac.jp>
* Merge from sys/i386/isa/npx.c revision 1.76.kato1999-08-231-1/+18
|
* Merge from sys/i386/i386/userconfig.c revision 1.153.kato1999-08-231-2/+3
|
* Merge from sys/i386/conf/options.i386 revision .1.20.kato1999-08-232-4/+2
|
* Fix a few problems on the Alpha, and fix -Wall while here.peter1999-08-231-5/+5
| | | | | | | Before: isab0@pci0:8:0: class=0x060100 card=0x00000000 chip=0xffffffffc6931080 ... After: isab0@pci0:8:0: class=0x060100 card=0x00000000 chip=0xc6931080 ...
* Correct xref: setlocal -> setlocale(3).sheldonh1999-08-231-2/+2
| | | | | PR: 13321 Submitted by: Alexey Zelkin <phantom@cris.net>
* Disable some apparently stray debug printfs:peter1999-08-231-1/+3
| | | | | | | | | | | ahc0: <Adaptec 274X SCSI host adapter> at 0x1c00-0x1cff, irq 11 (edge) ahc0: on eisa0 slot 1 ahc0: aic7770 >= Rev E, SBLKCTL = 0x8 SSTAT0 = 0x0 SFUNCT = 0x0 Twin Channel, A SCSI Id=7, B SCSI Id=7, primary A, 4/255 SCBs Not objected to by: gibbs
* Document ENOSYS error.chris1999-08-231-1/+5
| | | | PR: docs/13290
* Add new option to fdisk: -ephk1999-08-234-26/+80
| | | | | | | This wipes the MBR and creates slice 1 as a FreeBSD slice covering the disk starting from the second track to the cylinder aligned end of the disk. This is the most compatibly layout we have as far as I know.
* Add missing files from previous commits.luigi1999-08-232-0/+82
|
* Add missing file from previous commitluigi1999-08-231-0/+25
|
* Remove some files probably forgotten from previous commit.luigi1999-08-236-92/+0
|
* Add missing files probably forgotten in previous commitluigi1999-08-231-0/+33
|
* Add missing files probably forgotten in previous commitluigi1999-08-233-0/+167
|
* Add missing file probably forgotten from previous commitluigi1999-08-233-0/+330
|
* Fix the breakage caused by hanging softc off dev_t. This is onlyphk1999-08-231-7/+36
| | | | a workaround.
* More cleanup: move device entries in Picobsd makefiles in a moreluigi1999-08-234-12/+16
| | | | accessible place.
* Additional cleanup of the picobsd scripts.luigi1999-08-235-203/+223
| | | | Also bump Version to 0.445
* Backed out my -n change to imply -l by request of sheldonh.chris1999-08-231-2/+0
|
* Fix script in README to actually work, empty lines produce asrgrimes1999-08-239-11/+27
| | | | | | much a diff as lines with the wrong stuff on it. Add references in mtree data files to the README.
* Make -n flag compliant to the Single Unix Specification.chris1999-08-231-1/+3
| | | | | | | | | | To quote their ls(1) specification: -n The same as -l, except that the owner's UID and GID numbers are written, rather than the associated character strings. Reviewed by: green
* An explination of how to keep these files in good working order.rgrimes1999-08-231-0/+48
| | | | Reviewed by: bde
* Remove cross-reference to removed man page od.4chris1999-08-221-5/+2
| | | | | | sd(4) reference was also removed in the sentence: "In general the interfaces are similar to those described by wd(4) sd(4) and od(4)."
* The previous fix didn't do anything if you didn't have pnp. The ICUpeter1999-08-222-4/+6
| | | | macros are only called in the !APIC_IO case, include icu.h there.
* Finish unbreaking autoconf.c includes (for non-SMP.)green1999-08-222-2/+4
|
* Remove od.4 -- Kenneth Merry writes:chris1999-08-222-289/+1
| | | | | | | | It's not supported any more. It was never ported to CAM, and that functionality has been taken over by the da driver. So the man page can be removed. Reviewed by: ken
* Aallow ppp to work with Nortel Networks Extranet Switchbrian1999-08-222-0/+12
| | | | | | product and Windows NT tunneling. Submitted by: Chain Lee <chain@nortelnetworks.com>
* ppp_alias -> ppp_natbrian1999-08-229-25/+25
| | | | Submitted by: Josef L. Karthauser <joe@FreeBSD.org.uk>
* Decrease the isdn recovery time to 1 second and mention that itbrian1999-08-221-2/+2
| | | | should always be less than ppps redial timeout.
* NOALIAS -> NONATbrian1999-08-221-4/+4
| | | | Reminded by: jkh
* Make a comment I added a bit nicer.green1999-08-221-2/+3
|
* Fix a small typo (missing comma) to make the alpha kernel build againgallatin1999-08-221-2/+2
|
* Major PicoBSD update by luigi with some debugging help from myself.dwhite1999-08-22142-3611/+873
| | | | | | | | | | | | | | . Now builds on -STABLE (-CURRENT is broken due to bugs) . etc directory contents centralized instead of in each type directory (can exclude & override as desired) . Removed extraneous language files (lang files for rc really necessary?) . dialog-based build tool with support for custom floppy builds . MFS image loads as a mfs_root module instead of compiled into kernel THIS IS BROKEN ON CURRENT. I'll MFC to -STABLE immediately following. luigi tells me I have an OK from jkh on the MFC. Submitted by: luigi
* Oops, that wasn't so clever after all. struct isa_device is still apeter1999-08-223-5/+5
| | | | prerequisite for this old pnp.h.
* Zap a heap of unused cruft now. We don't need the ISA/EISA/PCI hookspeter1999-08-222-70/+48
| | | | | | | | here any more as they are self identifying. Only PNP remains but that will be replaced any day now. Also reword a comment that had been XXX'ed to death to make it clear[er] why we don't enable interrupts before probing. PCIBIOS interrupt routing controls may make this possible to fix one day.
* Take advantage of the apm/npx code and let them identify themselves ratherpeter1999-08-224-92/+136
| | | | | | | | | than having explicit hooks here. Treat the eisa/isa attach a little differently so that we defer the decision about to attach eisa/isa to the motherboard directly only if the PCI probe (if it exists) fails to turn up a PCI->EISA/ISA bridge. This restores the original device geometry where ISA and/or EISA attach to their bridge rather than bypassing and going to the root.
* Make the identify routine add itself with priority 100 to make sure itpeter1999-08-226-12/+36
| | | | | goes after the npx/apm devices and any other motherboard devices that may get added down the track.
* Add an identify method to allow npx to arrange itself to be attached topeter1999-08-223-3/+54
| | | | the nexus without explicit code in the nexus to do so.
* Add an identify method to allow apm to attach itself to the nexuspeter1999-08-222-2/+30
| | | | without hooks in there.
* make pnp.h self contained, for what good it'll do since it's days arepeter1999-08-221-1/+3
| | | | numbered (new pnp-aware isa code in the pipeline).
* Grammar and formatting touch-ups to comments.hoek1999-08-223-36/+36
|
OpenPOWER on IntegriCloud