| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Notes:
svn path=/head/; revision=112055
|
| |
|
|
| |
Notes:
svn path=/head/; revision=112054
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
like secure level but which restricts changes to the keymap. Its
values impose the following restrictions:
0: No restriction - this is the default.
1: Only root can change restricted keys (like boot, panic, ...)
2: Only root can change restricted keys and regular keys.
Other users still can change accents and function keys.
3: Only root can change restricted keys, regular keys and accents.
4: Only root can change any of the keymap (restricted keys, regular
keys, accents and function keys).
Unfortunately, the keyboard's accent map is cleared when a new keymap
is loaded, which makes the distinction between level 3 and level 4
less useful.
The MAC guys might like to make this a policy?
No objections from: -audit about 6 moths ago
Notes:
svn path=/head/; revision=112050
|
| |
|
|
|
|
|
| |
And make this value configurable by kernel config or sysctl.
Notes:
svn path=/head/; revision=112041
|
| |
|
|
|
|
|
|
| |
Fix lost characters counting.
Move setting receiver state to proper place on ucomstopread().
Notes:
svn path=/head/; revision=112040
|
| |
|
|
|
|
|
|
| |
All drivers which depend on ucom interfaces should use only one
sc_dying.
Notes:
svn path=/head/; revision=112039
|
| |
|
|
| |
Notes:
svn path=/head/; revision=112038
|
| |
|
|
|
|
|
|
|
|
|
| |
is more robust and prevents the hijacking of /dev/console for the typical
mistake.
Remove unneeded MAJOR_AUTO uses, it is only needed explicitly now if the
driver source has cross-branch compatibility to old releases.
Notes:
svn path=/head/; revision=112037
|
| |
|
|
|
|
|
|
|
|
| |
included in XFree86 4.3, but includes some fixes. Notable changes include
Radeon 8500-9100 support, PCI Radeon/Rage 128 support, transform & lighting
support for Radeons, and vblank syncing support for r128, radeon, and mga.
The gamma driver was removed due to lack of any users.
Notes:
svn path=/head/; revision=112015
|
| |
|
|
|
|
|
|
|
|
|
|
| |
fxp_ident_table.
PR: kern/48699
Submitted by: Sergey A. Osokin <osa@FreeBSD.org.ru>
Obtained from: NetBSD (the device strings, that is)
MFC after: 4 weeks
Notes:
svn path=/head/; revision=112005
|
| |
|
|
| |
Notes:
svn path=/head/; revision=112004
|
| |
|
|
|
|
|
|
|
|
|
| |
in geom_disk.c.
As a side effect this makes a lot of #include <sys/devicestat.h>
lines not needed and some biofinish() calls can be reduced to
biodone() again.
Notes:
svn path=/head/; revision=111979
|
| |
|
|
|
|
|
| |
- stop processing of TX db if we reaches the end of active db.
Notes:
svn path=/head/; revision=111956
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Include read streaming in the PPR flags we display in diagnostics.
In ahd_reset(), set the known mode after our initial pause prior to
setting the mode. We can't just set the mode directly because the
current mode, after the pause, is most likely unknown and setting the
mode when the saved mode is unknown will trigger an assertion in
the mode debug code.
Complete an audit for SCB RAM reads. These reads must be performed
via the special ahd_in?_scbram() methods so we can perform a
Rev A. PCI-X workaround.
Remove a superfluous mode save operation that was performed just
prior to a call to ahd_clear_critical_section(). The saved mode
was never restored and wouldn't have been valid anyway since the
mode could change while single stepping out of a critical section.
aic79xx.h:
Add new BUG definition AHD_PCIX_SCBRAM_RD_BUG.
aic79xx_inline.h:
Update ahd_inb_scbram routine to check for AHD_PCIX_SCBRAM_RD_BUG
and only apply the workaround if this bug is active. The old code
applied the workaround in all cases.
aic79xx_pci.c:
Set AHD_PCIX_SCBRAM_RD_BUG for the A4.
Remove an attempted saved_modes call in ahd_pci_test_register_access().
Saving the modes can only occur when we are paused, but the call was
happening before the chip was known to be paused. Restoring the
modes doesn't make sense either since the code makes no assumptions
about the state of the sequencer until the first time the mode is set
by the driver. This happens after the registers are successfully
mapped.
Notes:
svn path=/head/; revision=111954
|
| |
|
|
|
|
|
|
|
|
| |
If _CID is string, it will need more complicated
handling to distinguish bus other than ISA.
Submitted by: Paul Wankadia <junyer@gmx.net>
Notes:
svn path=/head/; revision=111948
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Improve if_fwe performance.
- Simplify mbuf handling by using bulkxfer.
Now, it uses mbuf clusters for RX buffer as usual ethernet drivers.
- Recycle struct xfer buffer and don't call malloc at runtime.
- Count input and output errors.
- Handle a mbuf chain longer than 6 correctly.
- Increase queue length.
Notes:
svn path=/head/; revision=111942
|
| |
|
|
|
|
|
|
|
| |
ifdefs scattered around the place - its dead Jim!
The SMB stuff had stolen AF_NS, make it official.
Notes:
svn path=/head/; revision=111926
|
| |
|
|
|
|
|
| |
of parameters written to the card.
Notes:
svn path=/head/; revision=111916
|
| |
|
|
|
|
|
| |
that a lock is held whilst the allocations are made (M_WAITOK -> M_NOWAIT).
Notes:
svn path=/head/; revision=111909
|
| |
|
|
|
|
|
|
|
| |
Submitted by: Yasushi Oshima <oshimaya@sc.starcat.ne.jp>
Takeshi Shibagaki <shiba@freebsd.org>
(refer to [bsd-usb:685],[bsd-usb:686])
Notes:
svn path=/head/; revision=111907
|
| |
|
|
|
|
|
|
|
|
| |
Submitted by Hiroyuki Aizu <eyes@navi.org>
(refer to [FreeBSD-users-jp 65061])
Tested by Hiroharu Tamaru <tamaru@myn.rcast.u-tokyo.ac.jp>
(refer to [bsd-usb:689])
Notes:
svn path=/head/; revision=111906
|
| |
|
|
|
|
|
| |
Reviewed by: mike (mentor)
Notes:
svn path=/head/; revision=111899
|
| |
|
|
|
|
|
|
|
| |
Halt attach if mixer_init fails.
Prompted by: points raised by Hugo Valentim <hvalentim@gmx.net>.
Notes:
svn path=/head/; revision=111898
|
| |
|
|
| |
Notes:
svn path=/head/; revision=111892
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
drain routines are done by swi_net, which allows for better queue control
at some future point. Packets may also be directly dispatched to a netisr
instead of queued, this may be of interest at some installations, but
currently defaults to off.
Reviewed by: hsu, silby, jayanth, sam
Sponsored by: DARPA, NAI Labs
Notes:
svn path=/head/; revision=111888
|
| |
|
|
|
|
|
| |
partner.
Notes:
svn path=/head/; revision=111863
|
| |
|
|
| |
Notes:
svn path=/head/; revision=111858
|
| |
|
|
|
|
|
| |
Ditch the D_KQFILTER flag which was used to prevent calling NULL pointers.
Notes:
svn path=/head/; revision=111821
|
| |
|
|
|
|
|
|
| |
Don't send doorbell and send ORB pointer only if it's necessary.
This reduces bus traffic and interrupts much.
Notes:
svn path=/head/; revision=111819
|
| |
|
|
| |
Notes:
svn path=/head/; revision=111818
|
| |
|
|
| |
Notes:
svn path=/head/; revision=111817
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
branches:
Initialize struct cdevsw using C99 sparse initializtion and remove
all initializations to default values.
This patch is automatically generated and has been tested by compiling
LINT with all the fields in struct cdevsw in reverse order on alpha,
sparc64 and i386.
Approved by: re(scottl)
Notes:
svn path=/head/; revision=111815
|
| |
|
|
| |
Notes:
svn path=/head/; revision=111812
|
| |
|
|
| |
Notes:
svn path=/head/; revision=111809
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
This should fix some problem of SBP2 device probing.
Prior to rev 1.41, we keep writing the register while bus reset phase.
But in rev 1.41, we ignore successive bus reset events and some chips seem to
clear the register after we write to it.
Tested by: Michael Reifenberger <root@nihil.reifenberger.com>
Notes:
svn path=/head/; revision=111787
|
| |
|
|
| |
Notes:
svn path=/head/; revision=111759
|
| |
|
|
| |
Notes:
svn path=/head/; revision=111758
|
| |
|
|
| |
Notes:
svn path=/head/; revision=111753
|
| |
|
|
| |
Notes:
svn path=/head/; revision=111752
|
| |
|
|
| |
Notes:
svn path=/head/; revision=111751
|
| |
|
|
| |
Notes:
svn path=/head/; revision=111750
|
| |
|
|
| |
Notes:
svn path=/head/; revision=111748
|
| |
|
|
| |
Notes:
svn path=/head/; revision=111747
|
| |
|
|
| |
Notes:
svn path=/head/; revision=111745
|
| |
|
|
| |
Notes:
svn path=/head/; revision=111740
|
| |
|
|
|
|
|
| |
Remove cdevsw->d_psize() implementation. It is no longer needed.
Notes:
svn path=/head/; revision=111734
|
| |
|
|
|
|
|
|
| |
mcdsize() is not a cdevsw->d_psize function (any more ?) so rename it,
give it a better prototype to avoid misusing d_psize_t.
Notes:
svn path=/head/; revision=111731
|
| |
|
|
| |
Notes:
svn path=/head/; revision=111718
|
| |
|
|
| |
Notes:
svn path=/head/; revision=111704
|
| |
|
|
|
|
|
| |
Amazing what a ';' can do :/
Notes:
svn path=/head/; revision=111696
|