summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Syncing with NetBSD version 1998/12/14n_hibma1999-04-115-16/+20
|
* Make debugging more selective.n_hibma1999-04-116-19/+42
| | | | Remove debugging options from GENERIC
* 1) Make debugging more selective.n_hibma1999-04-1118-201/+180
| | | | | | | 2) create function usbd_errstr which turns a usbd_status into a sensible error message 3) Change the printf in DPRINTF to logprintf which is a define for log(KERN_DEBUG, x)
* Remove old locale links conversion stuffache1999-04-111-17/+1
|
* Some small updates:wpaul1999-04-112-9/+27
| | | | | | | | | | | | | | | | - Wait longer for the reset to complete in xl_attach() to try and avoid 'command never completed' warnings. - Clean up a few odds and ends in xl_attach(). - Add PCI ID for the 3c905B-COMBO (a new card). Right now this is treated as a 3c905B; I need to dig up one of these cards for testing before I can make the AUI and BNC ports work. - Add a hack to force reading the I/O address directly from the PCI registers if pci_map_port() fails. I SHOULD NOT HAVE TO DO THIS: SOMEBODY WITH MORE PCI CLUES THAN I SHOULD INVESTIGATE WHY THIS HAPPENS.
* Applied patch for ukbd disconnect. Disconnect not fully functionaln_hibma1999-04-111-66/+99
| | | | | | yet however. Supplied by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
* USBD_STALLED bit checking was inconsistent. Mixed use of == and &n_hibma1999-04-111-5/+6
| | | | Patch provided by: Kazutaka YOKOTA
* Remove unit from struct. Not used anymore.n_hibma1999-04-112-2/+0
|
* Move initialization of SWI's in the tty|net|bio masks from isa.c intopeter1999-04-113-19/+7
| | | | the static initializers in ipl.s.
* Fix typo's in previous commit.n_hibma1999-04-112-4/+10
|
* Added information on how to use a USB mouse under XFree.n_hibma1999-04-112-4/+64
| | | | Supplied by: Kazutaka YOKOTA
* Reenable the recursive disconnection from a hub. Stop gap solutionn_hibma1999-04-111-7/+9
| | | | | | until the newbus version of uhub.c is ready. Submitted by: Kazutaka YOKOTA
* Changed pci_config_read() to pci_map_port(). Pointed out by Doug Rabson.n_hibma1999-04-112-4/+10
|
* Fix docs/10737nsouch1999-04-111-0/+2
|
* Control unaligned access handling via sysctl.simokawa1999-04-111-5/+13
|
* Corrections supplied by Kazutaka YOKOTA.n_hibma1999-04-112-26/+26
|
* Don't define NMBCLUSTERS here.simokawa1999-04-111-8/+1
| | | | It will be defined as appropriate value depending on maxusers.
* Fix the "internal" wrapping as well as a nasty bug involvingmarkm1999-04-113-9/+17
| | | | | | | the daemon name vs the path. Also fix some warnings and improve the wrapper section of the man page. Nice debugging work by: Sheldon Hearn
* Revert the ACCMAP changes where we OR the peers accmapbrian1999-04-112-37/+7
| | | | | | | | with our own if there are differing bits (last two revisions of lcp.c). This change broke at least one negotiation session. Instead, we just use an OR of the two accmap values when we're doing the ASYNC framing.
* Enable the promiscuous mode workaround for the PNIC 82c168 chip, whichwpaul1999-04-112-4/+6
| | | | appears to need it.
* Cleaned up egcs changes (mainly to minimise diffs with the gcc versionbde1999-04-111-22/+25
| | | | and restore order to sorted lists).
* Fixed unusable dependencies in `.depend'. The following comment in thebde1999-04-111-2/+4
| | | | | | | | | | | code still applies, but the code attached to it had rotted: # ../Makefile.inc will put an absolute path to our objdir in CFLAGS. # Prevent mkdep from using it, so that we don't have to give rules for # aliases of generated headers. Many other makefiles seem to have the same bug (i.e., spelling "." as "${.OBJDIR}" or as an even more complicated alias in -I directives).
* Remove unused function int fi() {return 0;}eivind1999-04-112-8/+2
|
* Staticize.eivind1999-04-111-2/+2
|
* Back out default debug kernel. The flags revert to historical behaviour.grog1999-04-1110-87/+74
| | | | | | | | | | | | | | | Requested-by: ache bde dg Modify targets for debug kernels: when -g was specified, make will now build a debug kernel called kernel.debug, and create a stripped version called kernel at the same time. The two targets install and install.debug are otherwise unchanged. Requested-by: dillon Update man page accordingly.
* Correct prototype for wdstarteivind1999-04-111-1/+1
|
* Staticize.eivind1999-04-1113-25/+25
|
* Random text after #endif changed to comment.eivind1999-04-111-1/+1
|
* Staticize.eivind1999-04-116-17/+17
|
* Break long lines that I introduced in a previous commit.eivind1999-04-111-4/+7
|
* Staticize.eivind1999-04-115-12/+12
|
* Remove incorrect initialization.eivind1999-04-111-2/+2
|
* pci_register_lkm can fail gracefully, so let it do that when there iseivind1999-04-111-2/+2
| | | | | | no more memory (M_WAITOK -> M_NOWAIT). It may be called early enough during boot that M_WAITOK isn't OK. (In theory - right now it isn't called from anywhere).
* Correct typo in panic messageeivind1999-04-111-2/+2
|
* Staticize.eivind1999-04-112-4/+4
|
* Staticize.eivind1999-04-111-2/+2
|
* Staticizeeivind1999-04-111-2/+2
|
* Add prototype for wait_ap().tegge1999-04-117-7/+28
|
* Update the list of supported USB devices with the list that is stored inn_hibma1999-04-112-4/+50
| | | | usbdevs.h and usbdevs_data.h. Any additional entries are welcome.
* Add the manpages for ums and ukbd (USB mouse and keyboards)n_hibma1999-04-115-2/+492
|
* Add external declaration for wait flag, rather later than intended.grog1999-04-101-0/+1
| | | | | | Complained-about-by: jkh Jim Bloom <bloom@acm.org> Michael Reifenberger <root@nihil.plaut.de>
* Let BSP wait until all APs are initialized.tegge1999-04-109-9/+66
|
* Convert usage of vm_page_bits() to the new convention ("Inputs are requireddt1999-04-101-2/+2
| | | | to range within a page").
* Contains the paranik1999-04-101-9/+1
| | | | | | | | | | | | | | | Unlike other filesystem objects, symbolic links do not have an owner, group, access mode, times, etc. Instead, these attributes are taken from the directory that contains the link. The only attributes returned from an lstat() that refer to the symbolic link itself are the file type (S_IFLNK), size, blocks, and link count (always 1). This is bogus, and disagrees with the implementation and symlink(7). Removed it. PR: docs/10269 Submitted by: Tolik <tolik@sibptus.tomsk.ru>
* Fixed one typo ("[[=e]]" -> "[[=e=]]") and two occurences of whitespacenik1999-04-101-4/+4
| | | | | | | before a macro. PR: docs/7833 Submitted by: Kazuo Horikawa <k-horik@yk.rim.or.jp>
* .sp -> .Ppnik1999-04-101-5/+5
| | | | | | | | | "... Pa /etc/resolv.conf" -> "...\n.Pa /etc/resolv.conf" .Po and .Pc reported as broken, replaced with "(" and ")" PR: docs/7819 Submitted by: yohta@bres.tsukuba.ac.jp
* ipfstat is now in section 8 of the manual.nik1999-04-101-1/+1
| | | | | PR: 7791 Submitted by: Stefan Eggers <seggers@semyam.dinoco.de>
* When trying to enable or disable an interrupt not described by the mp table,tegge1999-04-101-3/+7
| | | | just return instead of dereferencing a null pointer.
* Test CF after a btrl operation instead of testing ZF (which is undefined).tegge1999-04-103-6/+6
|
* Sixth update to the new ATA/ATAPI driver:sos1999-04-107-64/+54
| | | | | | | | | | | | | | | | Fixed problems: Promise controllers was not always set up correctly. Parantheses are a good thing, fixed. Some older CDROM's could hang the probe. Proberly wait for the drive to catch its breath after IDENTIFY. Some CD writers fails because they dont support rezero. Rearranged the code to not use rezero. Warnings now that we use EGCS. Fixed.
OpenPOWER on IntegriCloud