[Bug 282860] Kernel panic at boot on intel i9-7980XE / asus prime x299-A rev1

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 21 Nov 2024 15:53:28 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282860

--- Comment #36 from keivan@motavalli.me ---
(In reply to Mark Johnston from comment #35)
Debian 12 (linux 6.1) seems to be using the rtc-cmos driver instead of efi-rtc

ls -l /dev/rtc0
crw------- 1 root root 251, 0 21 nov 13.00 /dev/rtc0

cat /sys/dev/char/251:0/name
rtc_cmos rtc_cmos

=======================

cat /proc/driver/rtc
rtc_time        : 15:47:28
rtc_date        : 2024-11-21
alrm_time       : 21:37:57
alrm_date       : 2024-11-21
alarm_IRQ       : no
alrm_pending    : no
update IRQ enabled      : no
periodic IRQ enabled    : no
periodic IRQ frequency  : 1024
max user IRQ frequency  : 64
24hr            : yes
periodic_IRQ    : no
update_IRQ      : no
HPET_emulated   : no
BCD             : yes
DST_enable      : no
periodic_freq   : 1024
batt_status     : okay

========================

dmesg | grep -i rtc
[    0.579202] platform rtc_cmos: registered platform RTC device (no PNP device
found)
[    0.931525] rtc_cmos rtc_cmos: RTC can wake from S4
[    0.932252] rtc_cmos rtc_cmos: registered as rtc0
[    0.932380] rtc_cmos rtc_cmos: setting system clock to 2024-11-21T11:57:52
UTC (1732190272)
[    0.932401] rtc_cmos rtc_cmos: alarms up to one month, y3k, 114 bytes nvram

========================

lsmod | grep efi
efi_pstore             16384  0
efivarfs               24576  1

-- 
You are receiving this mail because:
You are the assignee for the bug.