summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* MFC: recognize a few more chips - this was merged ages ago, well beforePeter Wemm1999-05-101-8/+16
| | | | | | | new-bus. Notes: svn path=/stable/3/; revision=46892
* Add a 4.0-current compatability hack for COMPAT_PCI_DRIVER() to tryPeter Wemm1999-05-101-1/+5
| | | | | | | | and ease portability between -current and -stable. This won't help -current to 3.1-RELEASE portability though. Notes: svn path=/stable/3/; revision=46890
* MFC: rev 1.7 (operator precedence bug)David E. O'Brien1999-05-101-2/+2
| | | | | | | PR: 11411 Notes: svn path=/stable/3/; revision=46888
* MFC: rev 1.18 (operator precedence bug)David E. O'Brien1999-05-101-2/+2
| | | | | | | PR: 11415 Notes: svn path=/stable/3/; revision=46887
* MFC: rev 1.72 [operator precedence (nit: in #if 0 code) bug]David E. O'Brien1999-05-101-2/+2
| | | | | | | PR: 11413 Notes: svn path=/stable/3/; revision=46886
* MFC: rev 1.3 [Typo: if (mpu_config = NULL) -> if (mpu_config != NULL)]David E. O'Brien1999-05-101-2/+2
| | | | | | | PR: 11411 Notes: svn path=/stable/3/; revision=46885
* MFC: rev 1.21 (operator precedence bug)David E. O'Brien1999-05-101-1/+1
| | | | | | | PR: 11410 Notes: svn path=/stable/3/; revision=46884
* MFC: s/size == 0;/size = 0;/David E. O'Brien1999-05-102-6/+6
| | | | Notes: svn path=/stable/3/; revision=46883
* Remove all the 3.1-release specific cruft from here.Jordan K. Hubbard1999-05-101-56/+4
| | | | Notes: svn path=/stable/3/; revision=46882
* MFC (1.15: detect new PCI device IDs; 1.11: added missing newline).Bruce Evans1999-05-102-11/+6
| | | | Notes: svn path=/stable/3/; revision=46880
* Remove COMPAT22 from canned target list (you have to ask for it now).Jordan K. Hubbard1999-05-101-3/+3
| | | | Notes: svn path=/stable/3/; revision=46873
* Initial attempt at what I believe to be just 3.x-relative changes.Jordan K. Hubbard1999-05-101-7/+45
| | | | Notes: svn path=/stable/3/; revision=46872
* Backed out changes in rev 1.51.2.1 since it causes a socket leak and thereDavid Greenman1999-05-101-21/+4
| | | | | | | | | is insufficient time to troubleshoot this prior to the 3.2 release. Not backed out from current. Some collateral changes in uipc_socket2.c and sys/socketvar.h were also not backed out as they are harmless. Notes: svn path=/stable/3/; revision=46863
* MFC:Greg Lehey1999-05-101-23/+44
| | | | | | | | | | | | | | | | Arrange the "CONFIGURATION FILE" section in the order in which the entries go into the config file. Clarify what names can be used for Vinum drives, and what will happen to you if you use other names. Forcibly-demonstrated-by: Thomas Stromberg <tstromberg@rtci.com> Peter K Campbell <PCampbel@vtrlmel1.telstra.com.au> George Cox <george.cox@sophos.com> many others, but those were the only three today. Notes: svn path=/stable/3/; revision=46862
* * Update supported AHA controlers.David E. O'Brien1999-05-102-2/+26
| | | | | | | | | | * Camcontrol now offers more configurability * devstat and friends list devices in a "better" order Submitted by: Ken Merry Notes: svn path=/stable/3/; revision=46861
* Add install support for ``compat22''.David E. O'Brien1999-05-101-0/+8
| | | | | | | | (oh the fun of hunting down all places I need to fixup for my commit... so foolish for volenteering...) Notes: svn path=/stable/3/; revision=46853
* MFC: securelevel time setting handling code. This has workedNick Sayer1999-05-091-8/+35
| | | | | | | | perfectly on a number of RELENG_3 machines since it was added to -current. Notes: svn path=/stable/3/; revision=46850
* MFC:Alan Cox1999-05-091-27/+15
| | | | | | | | | | | | | | | Two OBJ_ONEMAPPING maintenance changes: 1. Fix a non-fatal bug in vm_map_insert (from 1.149). 2. Remove pointless maintenance in vm_map_remove (from 1.160). Remove pointless comparisons from vm_map_simplify_entry (from 1.146). Remove an incorrect comment (from 1.159) and an unused variable (from 1.155). Notes: svn path=/stable/3/; revision=46844
* MFC: 16 characters for the device name in /etc/dumpdates is not longJacques Vidrine1999-05-091-2/+2
| | | | | | | | | | enough, particularly when using vinum. Allow 32 characters (arbitrary, I know) instead. PR: bin/11433 Notes: svn path=/stable/3/; revision=46841
* Silence message about absence of PnP overrides.Andrzej Bialecki1999-05-091-4/+5
| | | | Notes: svn path=/stable/3/; revision=46838
* MFC: deal with recursive MAKEDEV calls.Andrzej Bialecki1999-05-094-12/+27
| | | | | | | Submitted by: Patrick Powell <papowell@astart4.astart.com> Notes: svn path=/stable/3/; revision=46837
* MFC: Disable the "Hint" option in phkmalloc as default.Alan Cox1999-05-092-4/+4
| | | | | | | Reviewed by: Poul-Henning Kamp <phk@critter.freebsd.dk> Notes: svn path=/stable/3/; revision=46820
* Remove the compat31 dist.David E. O'Brien1999-05-091-2/+2
| | | | | | | (What the hell is a RELENG_3 tagged src/release/ doing in my -CURRENT tree??) Notes: svn path=/stable/3/; revision=46811
* Turn on both compat22 and compat3x dists.David E. O'Brien1999-05-091-2/+2
| | | | Notes: svn path=/stable/3/; revision=46810
* MFC: TyposKris Kennaway1999-05-091-3/+3
| | | | Notes: svn path=/stable/3/; revision=46799
* MFC: Rename when building libc_r.Doug Rabson1999-05-091-2/+2
| | | | Notes: svn path=/stable/3/; revision=46793
* MFC: Merged updated keyboard driver.KATO Takenori1999-05-094-125/+144
| | | | | | | Submitted by: Takahashi Yoshihiro <nyan@dd.catv.ne.jp> Notes: svn path=/stable/3/; revision=46791
* MFC: Remove DDB.Doug Rabson1999-05-091-4/+1
| | | | Notes: svn path=/stable/3/; revision=46790
* MFC: More disklabel tweaks for sysinstallDoug Rabson1999-05-092-3/+6
| | | | Notes: svn path=/stable/3/; revision=46788
* MFC: Allow sysinstall to access disklabel on alpha.Doug Rabson1999-05-091-2/+8
| | | | Notes: svn path=/stable/3/; revision=46786
* YAMFC: merge updated keyboard driver code:Kazutaka YOKOTA1999-05-0917-1721/+1761
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Refined internal interface in keyboard drivers so that: 1. the side effect of device probe is kept minimal, 2. polling mode function is added, 3. and new ioctl and configuration options are added (see below). - Added new ioctl: KDSETREPEAT Set keyboard typematic rate. There has existed an ioctl command, KDSETRAD, for the same purpose. However, KDSETRAD is dependent on the AT keyboard. KDSETREPEAT provides more generic interface. KDSETRAD will still be supported in the atkbd driver. - Added new configuration options: ATKBD_DFLT_KEYMAP Specify a keymap to be used as the default, built-in keymap. (There has been undocumented options, DKKEYMAP, UKKEYMAP, GRKEYMAP, SWKEYMAP, RUKEYMAP, ESKEYMAP, and ISKEYMAP to set the default keymap. These options are now gone for good. The new option is more general.) KBD_DISABLE_KEYMAP_LOADING Don't allow the user to change the keymap. - And other minor fixes and updates. merged files and revisions --------------------------------------------------------------------- usr.sbin/kbdcontrol/kbdcontrol.c 1.22, 1.23, 1.24, 1.25 usr.sbin/vidcontrol/vidcontrol.c 1.27 sys/alpha/include/console.h 1.42, 1.43, 1.44 sys/dev/kbd/kbd.c 1.4 sys/dev/kbd/kbdreg.h 1.3 sys/dev/kbd/kbdtables.h 1.45 sys/dev/kbd/atkbd.c 1.5, 1.8 sys/dev/kbd/atkbdreg.h 1.2 sys/dev/syscons/syscons.c 1.295, 1.296, 1.299 sys/dev/usb/ukbd.c 1.9, 1.10, 1.11, 1.12, 1.13 sys/i386/conf/LINT 1.565 sys/i386/conf/options.i386 1.109 sys/i386/conf/files.i386 1.228 sys/i386/include/console.h 1.45 sys/i386/isa/atkbd_isa.c 1.3 sys/i386/isa/pcvt/pcvt_kbd.c 1.28, 1.29 sys/isa/atkbd_isa.c 1.2 Notes: svn path=/stable/3/; revision=46784
* MFC: (mostly) Realtime scheduling patches from Dan Eischen.John Birrell1999-05-0927-708/+2197
| | | | Notes: svn path=/stable/3/; revision=46770
* Try and repair RELENG_3 tag spammage (grr!!!)Peter Wemm1999-05-092-14/+194
| | | | | | | | | | | | | Somebody tagged this manually (dont do this! use cvs add!) with RELENG_3 and botched it by using a static rather than branch tag. Then, when trying to merge these revisions onto the (now broken) branch, they deleted and recreated the RELENG_3 tag, again using a static rather than branch tag. Reminder: committers should *NOT* be using 'cvs tag' for RELENG_* tags *at all*. To add a file to a releng branch, use cvs add! Notes: svn path=/stable/3/; revision=46769
* MFC: 1.153Alan Cox1999-05-091-3/+4
| | | | | | | Correct an optimization in vm_object_page_remove. Notes: svn path=/stable/3/; revision=46749
* MFC:Kenneth D. Merry1999-05-098-42/+76
| | | | | | | | | | | | | | | | | | | | | Add a facility in the CAM error handling code to retry selection timeouts. If the client requests that the error recovery code retry a selection timeout, it will be retried after half a second. The delay is to give the device time to recover. For most of these drivers, I only added selection timeout retries where they were also retrying unit attention type errors. The sa(4) driver calls saerror() in a number of places, but most of them don't request retrying unit attentions. Also, bump the default minimum CD changer timeout from 2 to 5 seconds and the maximum timeout from 10 to 15 seconds. Some Pioneer changers seem to have trouble with the shorter timeout. Reviewed by: gibbs Notes: svn path=/stable/3/; revision=46748
* MFC: Check whether the PIRQD enable bit is set in LegSup andNick Hibma1999-05-081-1/+24
| | | | | | | if not, set it. Notes: svn path=/stable/3/; revision=46746
* MFC: 1999-05-04Nick Hibma1999-05-0830-549/+898
| | | | | | | | | | | | | | | | | | | | | | | | | problems solved: 1) create function usbd_errstr which turns a usbd_status into a sensible error message 2) ohci.c: Interrupt transfers worked only for the first packet. The second packet was not seen as finished. 3) change printf to logprintf 4) add definitions for Commun. Device Clas 5) uhci.c: many a change, all problems up to rev. 1.25 6) ums.c: mouse now looks like a mouse systems mouse 7) usbdevs*.h: add loads of device id's 8) lots of textual changes Notes: svn path=/stable/3/; revision=46745
* Enter 3.2-BETA. This is needed because the packages reflect the versionDavid E. O'Brien1999-05-084-7/+7
| | | | | | | of the build machine, and we want to get "3.2" in them vs. "3.1". Notes: svn path=/stable/3/; revision=46742
* MFC: The 2930U2 and 3950U2 are supported by the Adaptec driver.Kenneth D. Merry1999-05-081-1/+3
| | | | Notes: svn path=/stable/3/; revision=46741
* MFC: Devices are hardwired with "unit 0", not "lun 0" as was in these manKenneth D. Merry1999-05-085-13/+19
| | | | | | | | | | | | pages. Also, update the pass(4) man page to indicate that some CCBs must be sent through the xpt(4) device and cannot be sent through a pass device. PR: 8826 Notes: svn path=/stable/3/; revision=46739
* MFC: Add pam_deny and pam_permit modules. Add account management toJohn Polstra1999-05-084-2/+80
| | | | | | | the pam_unix module. Notes: svn path=/stable/3/; revision=46736
* MFC: More alpha-related fixes.Doug Rabson1999-05-084-5/+18
| | | | Notes: svn path=/stable/3/; revision=46732
* MFC: gdb-4.18Doug Rabson1999-05-081-0/+3
| | | | Notes: svn path=/stable/3/; revision=46725
* MFC: Various alpha fixes and other cleanups.Doug Rabson1999-05-081-12/+64
| | | | Notes: svn path=/stable/3/; revision=46723
* Hookup compat22 (a.out) libs.David E. O'Brien1999-05-081-1/+4
| | | | Notes: svn path=/stable/3/; revision=46721
* MFC: updateDavid E. O'Brien1999-05-081-4/+4
| | | | Notes: svn path=/stable/3/; revision=46713
* MFC: update to v2.0b1pl27David E. O'Brien1999-05-0829-271/+899
| | | | Notes: svn path=/stable/3/; revision=46708
* MFC: 2.2.x / a.out compatability libraries.David E. O'Brien1999-05-081-1/+1
| | | | Notes: svn path=/stable/3/; revision=46707
* This commit was manufactured by cvs2svn to create branch 'RELENG_3'.cvs2svn1999-05-0838-0/+25410
| | | | Notes: svn path=/stable/3/; revision=46706
* MFC: Flood ping fix, -l option fix, egcs warning fix, -S documentation.Stephen McKay1999-05-082-6/+16
| | | | | | | | | Now equivalent to ping.c 1.44 and ping.8 1.20. PR: 9308 Notes: svn path=/stable/3/; revision=46700